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 @@
"module": "commonjs",
"target": "es2019",
"lib": ["ES2019"],
"outDir": "./dist",
"outDir": "./out",
"rootDir": "src",
"sourceMap": true
},