summaryrefslogtreecommitdiffhomepage
path: root/packages/transport-http/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/transport-http/tsconfig.json')
-rw-r--r--packages/transport-http/tsconfig.json29
1 files changed, 16 insertions, 13 deletions
diff --git a/packages/transport-http/tsconfig.json b/packages/transport-http/tsconfig.json
index 8dd2439..7759bce 100644
--- a/packages/transport-http/tsconfig.json
+++ b/packages/transport-http/tsconfig.json
@@ -1,15 +1,18 @@
{
- "extends": "../../tsconfig.base.json",
- "compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true },
- "include": ["src/**/*.ts"],
- "references": [
- { "path": "../conversation-store" },
- { "path": "../credential-store" },
- { "path": "../kernel" },
- { "path": "../lsp" },
- { "path": "../session-orchestrator" },
- { "path": "../system-prompt" },
- { "path": "../throughput-store" },
- { "path": "../transport-contract" }
- ]
+ "extends": "../../tsconfig.base.json",
+ "compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true },
+ "include": ["src/**/*.ts"],
+ "references": [
+ { "path": "../conversation-store" },
+ { "path": "../credential-store" },
+ { "path": "../heartbeat" },
+ { "path": "../kernel" },
+ { "path": "../lsp" },
+ { "path": "../mcp" },
+ { "path": "../provider-concurrency" },
+ { "path": "../session-orchestrator" },
+ { "path": "../system-prompt" },
+ { "path": "../throughput-store" },
+ { "path": "../transport-contract" }
+ ]
}