mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-09 04:02:35 +00:00
# Conflicts: # apps/web/tests/scaffold.ts # docs/config-catalog.i18n.yaml # docs/config-catalog.md # docs/config-catalog.zh.md # docs/event-producer-consumer.i18n.yaml # docs/event-producer-consumer.md # docs/event-producer-consumer.zh.md # packages/api/session-controller/README.i18n.yaml # packages/api/session-controller/README.md # packages/api/session-controller/README.zh.md # packages/extensions/tool-cordis/src/api-catalog.ts # packages/llm/token-meter/src/index.ts # packages/session-query/session-log-export/README.i18n.yaml # packages/session-query/session-log-export/README.md # packages/session-query/session-log-export/README.zh.md # packages/session-query/session-log-export/src/archive.ts # scripts/package-dependency-policy.ts
52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types",
|
|
"tsBuildInfoFile": "lib/tsconfig.host.tsbuildinfo"
|
|
},
|
|
"files": [
|
|
"src/index.ts",
|
|
"src/types.ts",
|
|
"src/remote-events.ts",
|
|
"src/agent.ts",
|
|
"src/assistant-stream.ts",
|
|
"src/catalog.ts",
|
|
"src/commands.ts",
|
|
"src/control.ts",
|
|
"src/file-references.ts",
|
|
"src/history.ts",
|
|
"src/list.ts",
|
|
"src/model-selection-projection.ts",
|
|
"src/skill-catalog.ts"
|
|
],
|
|
"references": [
|
|
{ "path": "../../../vendor/cordis" },
|
|
{ "path": "../../../vendor/schemastery" },
|
|
{ "path": "../../core/agent" },
|
|
{ "path": "../../core/agent-default-model" },
|
|
{ "path": "../../core/scope" },
|
|
{ "path": "../../core/session" },
|
|
{ "path": "../../context/file-reference" },
|
|
{ "path": "../../attachment/attachment" },
|
|
{ "path": "../../client/file-upload/tsconfig.host.json" },
|
|
{ "path": "../../interaction/permission-presets" },
|
|
{ "path": "../../jobs/jobs" },
|
|
{ "path": "../../llm/llm" },
|
|
{ "path": "../../util/deque" },
|
|
{ "path": "../../util/native-command" },
|
|
{ "path": "../../preset/agent-presets" },
|
|
{ "path": "../../session/session-persistence" },
|
|
{ "path": "../../session/session-projection" },
|
|
{ "path": "../../session/session-projection-cache" },
|
|
{ "path": "../../session/session-title" },
|
|
{ "path": "../../session-query/session-query" },
|
|
{ "path": "../../skill/skill" },
|
|
{ "path": "../../subagent/subagent" },
|
|
{ "path": "../../util/time" },
|
|
{ "path": "../../typert/protocol" },
|
|
{ "path": "../../typert/registry" },
|
|
{ "path": "../../workspace/workspace" }
|
|
]
|
|
}
|