Files
deepseek-harness/packages/test-support/agent-loop-testkit/tsconfig.json
T

37 lines
584 B
JSON
Raw Normal View History

2026-07-16 17:39:53 +08:00
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib/types"
},
"include": [
"src"
],
"references": [
{
"path": "../../../vendor/cosmokit"
},
{
"path": "../../../vendor/cordis"
},
{
"path": "../../core/agent"
},
{
"path": "../../llm/llm"
},
{
"path": "../../core/session"
},
{
"path": "../../core/system-prompt"
},
{
"path": "../../core/tools"
},
{
2026-08-13 00:36:22 +08:00
"path": "../../runtime-diagnostics/invariants"
2026-07-16 17:39:53 +08:00
}
]
}