Spaces:
Running
Running
| { | |
| "compilerOptions": { | |
| "target": "ES2020", | |
| "module": "ESNext", | |
| "moduleResolution": "bundler", | |
| "lib": ["ES2020", "DOM"], | |
| "outDir": "./dist", | |
| "declaration": true, | |
| "declarationMap": true, | |
| "sourceMap": true, | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "forceConsistentCasingInFileNames": true | |
| }, | |
| "include": ["src/**/*.ts"], | |
| "exclude": ["node_modules", "dist"] | |
| } | |