Spaces:
Sleeping
Sleeping
| { | |
| "compilerOptions": { | |
| "composite": true, | |
| "skipLibCheck": true, | |
| "target": "ES2022", | |
| "lib": ["ES2022"], | |
| "module": "ESNext", | |
| "moduleResolution": "bundler", | |
| "allowSyntheticDefaultImports": true, | |
| "strict": true, | |
| "outDir": "./dist-ts-build", | |
| "types": ["node"] | |
| }, | |
| "include": ["vite.config.ts"] | |
| } | |