Files
deepseek-harness/packages/examples/agent-spine-demo/tsconfig.json
T
Tianyi Cui a2d0f7f411 refactor: apply repository naming contract
Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
2026-08-13 00:54:38 +08:00

91 lines
1.5 KiB
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib/types"
},
"include": [
"src"
],
"references": [
{
"path": "../../../vendor/cordis"
},
{
"path": "../../../vendor/timer"
},
{
"path": "../../../vendor/schemastery"
},
{
"path": "../../../native/landlock-run/packages/entry"
},
{
"path": "../../llm/llm"
},
{
"path": "../../core/session"
},
{
"path": "../../session/session-title"
},
{
"path": "../../core/system-prompt"
},
{
"path": "../../core/tools"
},
{
"path": "../../skill/skill"
},
{
"path": "../../skill/skill-filesystem"
},
{
"path": "../../skill/tool-skill"
},
{
"path": "../../core/agent"
},
{
"path": "../../goal/goal"
},
{
"path": "../../goal/tool-goal"
},
{
"path": "../../goal/goal-round-driver"
},
{
"path": "../../context/agent-instructions"
},
{
"path": "../../core/agent-loop"
},
{
"path": "../../llm/llm-retry"
},
{
"path": "../../runtime-diagnostics/invariants"
},
{
"path": "../../util/home-paths"
},
{
"path": "../../shell/shell-env"
},
{
"path": "../../shell/tool-bash"
},
{
"path": "../../jobs/jobs"
},
{
"path": "../../jobs/jobs-local"
},
{
"path": "../../jobs/tool-jobs"
}
]
}