VideoGeneration-release / web /frontend /tsconfig.node.json
LehongWu's picture
Upload folder using huggingface_hub
6cc3d86 verified
raw
history blame contribute delete
195 Bytes
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler"
},
"include": ["vite.config.ts"]
}