Spaces:
Sleeping
Sleeping
| { | |
| "compilerOptions": { | |
| "target": "ES2020", | |
| "module": "ES2020", | |
| "moduleResolution": "bundler", | |
| "outDir": "dist", | |
| "rootDir": "src", | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "skipLibCheck": true | |
| }, | |
| "include": ["src/**/*.ts"] | |
| } | |