Spaces:
Build error
Build error
| { | |
| "compileOnSave": false, | |
| "compilerOptions": { | |
| "rootDir": ".", | |
| "sourceMap": true, | |
| "declaration": false, | |
| "moduleResolution": "node", | |
| "emitDecoratorMetadata": true, | |
| "experimentalDecorators": true, | |
| "importHelpers": true, | |
| "target": "es2018", | |
| "module": "esnext", | |
| "lib": ["es2020", "dom"], | |
| "skipLibCheck": true, | |
| "skipDefaultLibCheck": true, | |
| "resolveJsonModule": true | |
| }, | |
| "exclude": ["node_modules", "tmp"] | |
| } | |