Spaces:
Paused
Paused
| { | |
| "compilerOptions": { | |
| "outDir": "build", | |
| "target": "ESNext", | |
| "module": "CommonJS", | |
| "moduleResolution": "node", | |
| "strict": true, | |
| "allowJs": true, | |
| "strictNullChecks": false, | |
| "esModuleInterop": true, | |
| "experimentalDecorators": true, | |
| "skipLibCheck": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "useDefineForClassFields": false | |
| }, | |
| "include": [ | |
| "src" | |
| ] | |
| } |