Files
deepseek-harness/packages/ui/stdio/tsconfig.json
T

34 lines
521 B
JSON
Raw Normal View History

2026-07-15 02:02:11 +08:00
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib/types"
},
"include": [
"src"
],
"references": [
{
"path": "../../../vendor/cordis"
},
{
"path": "../../../vendor/schemastery"
},
{
"path": "../../core/agent"
},
{
"path": "../../core/agent-loop"
},
2026-07-15 02:02:11 +08:00
{
"path": "../../core/session"
},
{
"path": "../../llm/llm"
},
{
"path": "../user-interaction"
}
]
}