lsp-server first commit

This commit is contained in:
csh
2025-06-23 20:29:48 +08:00
parent cbcff7d1b4
commit 4f5bf9d781
43 changed files with 1851 additions and 11 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "ES6",
"outDir": "out",
"rootDir": "src",
"sourceMap": true,
"strict": true,
"skipLibCheck": true
},
"include": ["src"]
}