Files
deepseek-harness/packages/shell/shell-env/tsconfig.json
T

37 lines
611 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"
},
{
2026-08-13 00:36:22 +08:00
"path": "../../shell/shell"
},
{
2026-08-13 00:36:22 +08:00
"path": "../../util/home-paths"
},
{
"path": "../../core/tools"
},
{
"path": "../../session/session-persistence"
},
{
2026-08-13 00:36:22 +08:00
"path": "../../runtime-diagnostics/invariants"
}
]
}