Files
deepseek-harness/packages/workflow/tool-workflow/tsconfig.json
T

43 lines
682 B
JSON
Raw Normal View History

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