ljsysfurry's picture
Upload dsh-plugin/compaction-agentframe/tsconfig.json with huggingface_hub
453bad6 verified
Raw
History Blame Contribute Delete
510 Bytes
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib/types"
},
"include": ["src"],
"references": [
{
"path": "../../../vendor/cosmokit"
},
{
"path": "../../../vendor/cordis"
},
{
"path": "../../../vendor/schemastery"
},
{
"path": "../../llm/llm"
},
{
"path": "../../core/session"
},
{
"path": "../../core/agent"
},
{
"path": "../compaction"
}
]
}