summaryrefslogtreecommitdiffhomepage
path: root/packages/transport-http/tsconfig.json
blob: 7759bcea6273d4479d09e9f3df46c688d04415b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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" }
  ]
}