summaryrefslogtreecommitdiffhomepage
path: root/packages/transport-ws/tsconfig.json
blob: c8616819a48b233ad8d422079638a09328514b66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true },
  "include": ["src/**/*.ts"],
  "references": [
    { "path": "../kernel" },
    { "path": "../session-orchestrator" },
    { "path": "../surface-registry" },
    { "path": "../transport-contract" },
    { "path": "../ui-contract" }
  ]
}