Spaces:
Sleeping
Sleeping
File size: 336 Bytes
08f8699 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"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"]
}
|