summaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json22
1 files changed, 7 insertions, 15 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 0bb3a16..fd2e4c1 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,20 +1,12 @@
{
"files": [],
"references": [
- {
- "path": "./packages/auth-apikey"
- },
- {
- "path": "./packages/conversation-store"
- },
- {
- "path": "./packages/kernel"
- },
- {
- "path": "./packages/provider-openai-compat"
- },
- {
- "path": "./packages/storage-sqlite"
- }
+ { "path": "./packages/kernel" },
+ { "path": "./packages/storage-sqlite" },
+ { "path": "./packages/auth-apikey" },
+ { "path": "./packages/provider-openai-compat" },
+ { "path": "./packages/conversation-store" },
+ { "path": "./packages/session-orchestrator" },
+ { "path": "./packages/transport-http" }
]
}