summaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
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 fd2e4c1..fdf58f5 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -7,6 +7,7 @@
{ "path": "./packages/provider-openai-compat" },
{ "path": "./packages/conversation-store" },
{ "path": "./packages/session-orchestrator" },
- { "path": "./packages/transport-http" }
+ { "path": "./packages/transport-http" },
+ { "path": "./packages/host-bin" }
]
}