-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nodenext not recognized as moduleResolution #47311
Comments
This is intentional, and the compiler error tells you this. See #46454 for more information. |
@MartinJohns thanks for the speedy response; I have the below error when trying to compile, which is confusing considering the module is
TS version
|
That's a bug, see #46869. Used search terms: |
@MartinJohns thanks for the pro-tip; I had seen that issue but saw it was from 2 months ago and wasnt sure if it was still relavent. FWIW - the VS Code IDE still complains, even with the nightly version |
Thanks for helping out @MartinJohns! |
This issue has been marked as 'External' and has seen no recent activity. It has been automatically closed for house-keeping purposes. |
Bug Report
When using Typescript v4.5.4 along with VS Code v1.63.2,
nodenext
appears to be running into incompatability issues:hovering over the
moduleResolution
IDE hint provides the below message when value isnodenext
hovering over the
module
IDE hint provides the below message when value isnodenext
compiler options configured based on docs: https://www.typescriptlang.org/tsconfig#moduleResolution
🙁 Actual behavior
typescript compilation error
🙂 Expected behavior
Typescript compilation is happy
The text was updated successfully, but these errors were encountered: