Upgrade moduleResolution
from node
to node16
or nodenext
in tsconfig
#154
Labels
enhancement
New feature or request
The
tsconfig.json
currently usesmoduleResolution: node
languageservices/languageserver/tsconfig.json
Line 10 in bdee101
This should no longer be used in TypeScript:
I think this is causing errors when importing as an NPM module from Deno, because imports should specify extensions, yet they do not with this module resolution
And the
package.json
specifies that this is an esmodule:languageservices/languageservice/package.json
Line 6 in bdee101
Consider moving it to
node16
ornodenext
The text was updated successfully, but these errors were encountered: