Spaces:
Sleeping
Sleeping
| { | |
| "compilerOptions": { | |
| "target": "ES2020", | |
| "module": "ESNext", | |
| "moduleResolution": "bundler", | |
| "skipLibCheck": true, | |
| "allowSyntheticDefaultImports": true, | |
| "esModuleInterop": true, | |
| "strict": true, | |
| "noEmit": true, | |
| "types": ["node"] | |
| }, | |
| "include": ["vite.config.ts", "server.ts"] | |
| } | |