mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
32 lines
686 B
JSON
32 lines
686 B
JSON
{
|
|
"extends": "../../../tsconfig.base.client.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types",
|
|
"tsBuildInfoFile": "lib/tsconfig.client.tsbuildinfo"
|
|
},
|
|
"files": [
|
|
"src/client/index.ts",
|
|
"src/client/journal-stream.ts",
|
|
"src/client/remote-events.ts",
|
|
"src/client/remote-stream.ts",
|
|
"src/client/snapshot-stream.ts",
|
|
"src/client/stream-client.ts",
|
|
"src/stream-protocol.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../../vendor/cordis"
|
|
},
|
|
{
|
|
"path": "../../client/connection/tsconfig.client.json"
|
|
},
|
|
{
|
|
"path": "../../typert/protocol"
|
|
},
|
|
{
|
|
"path": "../../util/crypto"
|
|
}
|
|
]
|
|
}
|