Spaces:
Running
Running
| { | |
| "compilerOptions": { | |
| "target": "ES2020", | |
| "module": "ESNext", | |
| "lib": ["ES2020", "DOM"], | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "moduleResolution": "node", | |
| "resolveJsonModule": true, | |
| "noEmit": true | |
| }, | |
| "include": ["**/*.ts", "**/*.d.ts"], | |
| "exclude": ["node_modules", "dist"] | |
| } | |