DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
239 Bytes
{
"compilerOptions": {
"outDir": "./dist",
"allowJs": true,
"strict": true,
"target": "es5",
"resolveJsonModule": true,
"lib": ["es2015", "dom"]
},
"include": ["./src/**/*"],
"exclude": ["**/__tests__/*"]
}