languageserver: add .js extensions to imports (ESM prep) (#259)

This commit is contained in:
eric sciple
2026-01-04 15:00:01 -06:00
committed by GitHub
parent 6641228870
commit 1cfe9f9f86
26 changed files with 105 additions and 84 deletions
+2 -1
View File
@@ -5,6 +5,7 @@
"declaration": true,
"declarationMap": true,
"noEmit": false,
"outDir": "./dist"
"outDir": "./dist",
"skipLibCheck": true
}
}