update to lsp for TCL

This commit is contained in:
Christoph Brandau
2025-07-15 16:37:40 +02:00
parent 80f3019932
commit 12ed7ff2bc
12 changed files with 423 additions and 141 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"target": "es2023",
"lib": ["es2023", "dom"],
"module": "commonjs",
"outDir": "client/out",
"outDir": "out",
"rootDir": "client",
"strict": true,
"esModuleInterop": true,