Files
deepseek-harness/packages/shell/tool-bash-persistent/tsconfig.json
T

17 lines
418 B
JSON
Raw Normal View History

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib/types"
},
"include": ["src"],
"references": [
{ "path": "../../../vendor/cordis" },
{ "path": "../../core/agent" },
{ "path": "../../core/tools" },
2026-08-13 00:36:22 +08:00
{ "path": "../../terminal/terminal" },
{ "path": "../../runtime-diagnostics/invariants" },
{ "path": "../../util/timeout" }
]
}