summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorYuren Hao <97327730+YurenHao0426@users.noreply.github.com>2026-09-13 11:07:18 +0700
committerGitHub <noreply@github.com>2026-09-13 11:07:18 +0700
commitc78a5ef589cacb5d7bdc7586b0cc270aded4b5fc (patch)
tree69877995c0ecad3eb7266b1bb282c11a6f16dcdf /tsconfig.json
parent34f22876ab9e15e9f14300a8c21cd7109800d1ab (diff)
parent1e81ba361eed444442fa98b0770e7ed78dae864b (diff)
Merge pull request #1 from YurenHao0426/agent-cli
Headless CLI mode for agents
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" }
]
}