Skip to content

Commit

Permalink
Use esm config for vite
Browse files Browse the repository at this point in the history
  • Loading branch information
SevInf committed May 15, 2024
1 parent 76833ed commit f465665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/language-server/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"module": "Node16",
"moduleResolution": "Node16",
"target": "es6",
"outDir": "dist",
"noUnusedLocals": false,
Expand Down
File renamed without changes.

0 comments on commit f465665

Please sign in to comment.