summaryrefslogtreecommitdiffhomepage
path: root/packages/session-orchestrator/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/session-orchestrator/tsconfig.json')
-rw-r--r--packages/session-orchestrator/tsconfig.json21
1 files changed, 11 insertions, 10 deletions
diff --git a/packages/session-orchestrator/tsconfig.json b/packages/session-orchestrator/tsconfig.json
index 2ca3bd2..f316387 100644
--- a/packages/session-orchestrator/tsconfig.json
+++ b/packages/session-orchestrator/tsconfig.json
@@ -1,12 +1,13 @@
{
- "extends": "../../tsconfig.base.json",
- "compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true },
- "include": ["src/**/*.ts"],
- "references": [
- { "path": "../kernel" },
- { "path": "../conversation-store" },
- { "path": "../credential-store" },
- { "path": "../message-queue" },
- { "path": "../system-prompt" }
- ]
+ "extends": "../../tsconfig.base.json",
+ "compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true },
+ "include": ["src/**/*.ts"],
+ "references": [
+ { "path": "../kernel" },
+ { "path": "../conversation-store" },
+ { "path": "../credential-store" },
+ { "path": "../message-queue" },
+ { "path": "../provider-concurrency" },
+ { "path": "../system-prompt" }
+ ]
}