Spaces:
Runtime error
Runtime error
| { | |
| "$schema": "https://json.schemastore.org/tsconfig", | |
| "display": "Default", | |
| "compilerOptions": { | |
| "composite": false, | |
| "declaration": true, | |
| "declarationMap": true, | |
| "esModuleInterop": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "allowImportingTsExtensions": true, | |
| "inlineSources": false, | |
| "isolatedModules": true, | |
| "module": "ESNext", | |
| "moduleResolution": "Bundler", | |
| "noUnusedLocals": false, | |
| "noUnusedParameters": false, | |
| "preserveWatchOutput": true, | |
| "skipLibCheck": true, | |
| "strict": true, | |
| "noEmit": true, | |
| "strictNullChecks": true, | |
| "lib": [ | |
| "ES2015" | |
| ], | |
| "outDir": "./dist" | |
| }, | |
| "exclude": [ | |
| "node_modules" | |
| ], | |
| "include": [ | |
| "." | |
| ] | |
| } | |