agent / packages /shared /tsconfig.json
GraziePrego's picture
Upload folder using huggingface_hub
b152fd5 verified
raw
history blame contribute delete
137 Bytes
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
},
"include": ["src"]
}