jayavibhav's picture
Upload folder using huggingface_hub
3f10e1f verified
raw
history blame contribute delete
321 Bytes
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"verbatimModuleSyntax": true
},
"exclude": ["node_modules", "dist", "./gradio.config.js"]
}