artdwn's picture
Upload folder using huggingface_hub
4878ed5
raw
history blame
No virus
253 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"types": ["node", "vite/client"],
},
"include": ["vite.config.ts"]
}