mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
# Conflicts: # .agents/notes/implemented/architecture/2026-07-19-package-owned-invariant-service.i18n.yaml # docs/core-data-structures/session.md # docs/module-graph.md # package.json # packages/sdk/scripts/tsconfig.json
16 lines
351 B
JSON
16 lines
351 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types"
|
|
},
|
|
"include": ["src"],
|
|
"references": [
|
|
{ "path": "../helper" },
|
|
{ "path": "../telemetry" },
|
|
{ "path": "../../ui/app-boot" },
|
|
{ "path": "../../../vendor/cordis" },
|
|
{ "path": "../../support/invariants" }
|
|
]
|
|
}
|