Files
deepseek-harness/packages/client/runtime/tsconfig.json
T

70 lines
1.1 KiB
JSON
Raw Normal View History

{
"extends": "../../../tsconfig.base.client.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib/types"
},
"include": [
"src"
],
"references": [
2026-07-23 15:20:47 +08:00
{
"path": "../../attachment/attachment"
},
{
"path": "../../../vendor/cordis"
},
{
"path": "../ui-slots"
},
{
"path": "../web-react"
},
{
"path": "../connection"
},
{
"path": "../../host/apiproxy"
},
{
"path": "../../interaction/commands"
},
{
"path": "../../core/agent"
},
{
"path": "../../core/tools"
},
{
"path": "../../compact/compact"
},
{
"path": "../../session/session-projection"
},
{
"path": "../../session/session-title"
},
{
"path": "../../llm/llm"
},
2026-07-26 14:09:31 +08:00
{
"path": "../../llm/llm-retry"
},
{
"path": "../../support/invariants"
2026-08-06 15:28:54 +08:00
},
{
"path": "../../typert/type-meta"
},
{
"path": "../../typert/registry"
},
{
"path": "../../api/gateway"
}
],
"exclude": [
"**/*.legacy.*"
]
}