react-code-dataset / hooks /tsconfig.pro.json
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
219 Bytes
{
"extends": "./tsconfig.json",
"exclude": [
"node_modules",
"lib",
"es",
"dist",
"**/__tests__",
"**/__test__",
"**/demo",
"example",
"gulpfile.js",
"vitest.config.ts"
]
}