Files
deepseek-harness/packages/api/workspace-files/tsconfig.host.json
T

40 lines
679 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib/types",
"tsBuildInfoFile": "lib/tsconfig.host.tsbuildinfo"
},
"files": [
"src/index.ts",
"src/types.ts",
"src/changes.ts"
],
"references": [
{
"path": "../../../vendor/cordis"
},
{
"path": "../../../vendor/schemastery"
},
{
"path": "../../core/agent"
},
{
"path": "../../core/session"
},
{
"path": "../../fs/fs"
},
{
"path": "../../sandbox/sandbox-policy"
},
{
"path": "../../typert/protocol"
},
{
"path": "../../util/deque"
}
]
}