summaryrefslogtreecommitdiffhomepage
path: root/packages/transport-ws/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/transport-ws/tsconfig.json')
-rw-r--r--packages/transport-ws/tsconfig.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/packages/transport-ws/tsconfig.json b/packages/transport-ws/tsconfig.json
index 2a1d7ab..c861681 100644
--- a/packages/transport-ws/tsconfig.json
+++ b/packages/transport-ws/tsconfig.json
@@ -1,12 +1,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" }
- ]
+ "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" }
+ ]
}