Files
deepseek-harness/packages/feedback/command-feedback/tsconfig.json
Chinesezjc ac7c44a5df fix(feedback): drop rebase residue from the sharing acknowledgement
The post-rebase cleanup removes leftover conflict-marker lines and the
superseded acknowledgement text from the command source, re-adds the
session-telemetry project reference, and restores the lockfile importer
link for the sharing dependency.
2026-08-11 11:01:48 +08:00

34 lines
551 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib/types"
},
"include": [
"src"
],
"references": [
{
"path": "../../../vendor/cosmokit"
},
{
"path": "../../../vendor/cordis"
},
{
"path": "../../interaction/commands"
},
{
"path": "../../core/session"
},
{
"path": "../../session/user-id"
},
{
"path": "../../session/session-telemetry"
},
{
"path": "../../support/invariants"
}
]
}