summaryrefslogtreecommitdiffhomepage
path: root/packages/host-bin/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/host-bin/tsconfig.json')
-rw-r--r--packages/host-bin/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/host-bin/tsconfig.json b/packages/host-bin/tsconfig.json
index 77de667..efe3815 100644
--- a/packages/host-bin/tsconfig.json
+++ b/packages/host-bin/tsconfig.json
@@ -15,6 +15,7 @@
{ "path": "../skills" },
{ "path": "../throughput-store" },
{ "path": "../transport-http" },
- { "path": "../transport-ws" }
+ { "path": "../transport-ws" },
+ { "path": "../lsp" }
]
}