csg-dash-demo / frontend /tsconfig.node.json
richtext's picture
Upload folder using huggingface_hub
3674b4b verified
raw
history blame contribute delete
223 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}