Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
308 Bytes
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist-ts",
"rootDir": "."
},
"include": [
"src/**/*.ts",
"src/**/*.vue",
"*.config.js",
"*.config.ts",
"package.json"
],
"references": [{ "path": "../vue-query" }, { "path": "../query-devtools" }]
}