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