kanban / webapp /src /tsconfig.json
Leon4gr45's picture
Upload folder using huggingface_hub
13555f3 verified
{
"extends": "../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../node_modules/*",
"../@custom_types/*"
]
}
},
"include": [
"./**/*.ts",
"./**/*.tsx"
]
}