mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
34 lines
671 B
JSON
34 lines
671 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types",
|
|
"tsBuildInfoFile": "lib/tsconfig.host.tsbuildinfo"
|
|
},
|
|
"files": [
|
|
"src/api-path.ts",
|
|
"src/api-request-trust.ts",
|
|
"src/http-bridge.ts",
|
|
"src/index.ts",
|
|
"src/invariant.ts",
|
|
"src/loopback-hostname.ts",
|
|
"src/rpc-host.ts",
|
|
"src/rpc.ts",
|
|
"src/websocket-downlink.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../attachment/attachment"
|
|
},
|
|
{
|
|
"path": "../../host/apiproxy"
|
|
},
|
|
{
|
|
"path": "../../host/webserver"
|
|
},
|
|
{
|
|
"path": "../../runtime-diagnostics/invariants"
|
|
}
|
|
]
|
|
}
|