summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorYurenHao0426 <blackhao0426@gmail.com>2026-09-13 04:05:47 +0000
committerYurenHao0426 <blackhao0426@gmail.com>2026-09-13 04:05:47 +0000
commit1e81ba361eed444442fa98b0770e7ed78dae864b (patch)
tree69877995c0ecad3eb7266b1bb282c11a6f16dcdf /tsconfig.json
parentf3b2fc01082e754f7dfe73caa4f0a4f207a2adfb (diff)
Add CLI build scripts, README docs, and tsconfig referenceagent-cli
- package.json: add build:cli, typecheck:cli, test:cli scripts - README.md: add "Headless / Agent Mode (CLI)" section with full docs - tsconfig.json: add tsconfig.cli.json reference Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 155ebaa..1ab89d5 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -2,6 +2,7 @@
"files": [],
"references": [
{ "path": "./tsconfig.node.json" },
- { "path": "./tsconfig.web.json" }
+ { "path": "./tsconfig.web.json" },
+ { "path": "./tsconfig.cli.json" }
]
}