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.
21 lines
610 B
JSON
21 lines
610 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types"
|
|
},
|
|
"include": ["src"],
|
|
"references": [
|
|
{ "path": "../../../vendor/cosmokit" },
|
|
{ "path": "../../../vendor/cordis" },
|
|
{ "path": "../../../vendor/schemastery" },
|
|
{ "path": "../../util/output-retention" },
|
|
{ "path": "../../llm/llm" },
|
|
{ "path": "../../core/session" },
|
|
{ "path": "../../core/agent" },
|
|
{ "path": "../../compaction/compaction" },
|
|
{ "path": "../../runtime-diagnostics/invariants" },
|
|
{ "path": "../../session-query/session-query" }
|
|
]
|
|
}
|