mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
The merge gives dsh-client-test-runtime the wire-layer edge its sessions double needs for the session.search result bound; the generated graph records it. The double's search signature now reads off ISessions instead of naming RpcResult, so it cannot drift from the contract it implements and needs no connection-package edge.
31 lines
460 B
JSON
31 lines
460 B
JSON
{
|
|
"extends": "../../../tsconfig.base.client.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types"
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../../vendor/cordis"
|
|
},
|
|
{
|
|
"path": "../ui-slots"
|
|
},
|
|
{
|
|
"path": "../web-react"
|
|
},
|
|
{
|
|
"path": "../runtime"
|
|
},
|
|
{
|
|
"path": "../../support/invariants"
|
|
},
|
|
{
|
|
"path": "../../host/apiproxy"
|
|
}
|
|
]
|
|
}
|