Spaces:
Sleeping
Sleeping
File size: 395 Bytes
f8a3ca2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"noEmit": true,
"types": ["node"]
},
"include": ["vite.config.ts"]
}
|