Replies: 1 comment
-
Those options are part of "initializationOptions" and also the naming of
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When importModuleSpecifierEnding is set to "js", typescript-language-server auto-imports do not have extensions unless package.json contains
"type": "module"
A tried the same with VSCode and it worked fine.
Example
This is snippet of my tsserver configuration which I believe to be correct
Beta Was this translation helpful? Give feedback.
All reactions