Spaces:
Sleeping
Sleeping
| { | |
| "compilerOptions": { | |
| "target": "ES2020", | |
| "module": "ESNext", | |
| "moduleResolution": "Node", | |
| "outDir": "dist", | |
| "rootDir": ".", | |
| "esModuleInterop": true, | |
| "strict": true, | |
| "skipLibCheck": true | |
| }, | |
| "include": ["server"] | |
| } | |