mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
58 lines
1.0 KiB
JSON
58 lines
1.0 KiB
JSON
{
|
|
"extends": "../../../tsconfig.base.client.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types"
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../../vendor/cordis"
|
|
},
|
|
{
|
|
"path": "../../api/session-controller/tsconfig.client.json"
|
|
},
|
|
{
|
|
"path": "../../api/workspace-controller/tsconfig.client.json"
|
|
},
|
|
{
|
|
"path": "../../attachment/attachment"
|
|
},
|
|
{
|
|
"path": "../../core/session"
|
|
},
|
|
{
|
|
"path": "../../client/connection/tsconfig.client.json"
|
|
},
|
|
{
|
|
"path": "../../client/store"
|
|
},
|
|
{
|
|
"path": "../../client/ui-chat"
|
|
},
|
|
{
|
|
"path": "../../client/ui-conversation"
|
|
},
|
|
{
|
|
"path": "../../client/ui-slots"
|
|
},
|
|
{
|
|
"path": "../../client/ui-renderer"
|
|
},
|
|
{
|
|
"path": "../../client/ui-session"
|
|
},
|
|
{
|
|
"path": "../../client/ui-settings"
|
|
},
|
|
{
|
|
"path": "../../subagent/subagent"
|
|
},
|
|
{
|
|
"path": "../../runtime-diagnostics/invariants"
|
|
}
|
|
]
|
|
}
|