mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
24 lines
772 B
JSON
24 lines
772 B
JSON
{
|
|
"extends": "../../../tsconfig.base.client.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types"
|
|
},
|
|
"include": ["src"],
|
|
"references": [
|
|
{ "path": "../../../vendor/cordis" },
|
|
{ "path": "../agent-team" },
|
|
{ "path": "../../api/remotes/tsconfig.client.json" },
|
|
{ "path": "../../api/session-controller/tsconfig.client.json" },
|
|
{ "path": "../../client/locale" },
|
|
{ "path": "../../client/ui-conversation" },
|
|
{ "path": "../../client/ui-primitives" },
|
|
{ "path": "../../client/ui-renderer" },
|
|
{ "path": "../../client/ui-session" },
|
|
{ "path": "../../client/ui-slots" },
|
|
{ "path": "../../core/session" },
|
|
{ "path": "../../typert/protocol" },
|
|
{ "path": "../../runtime-diagnostics/invariants" }
|
|
]
|
|
}
|