-
Notifications
You must be signed in to change notification settings - Fork 12.8k
TypeScript 4.5+: typescript.d.ts is missing new moduleResolution values #47987
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
What version are you running? This feature is currently only available in the nightly version. #46454 |
@MartinJohns i am using the nightly typescript marketplace extension of typescript because i am from the nodejs package maintainance group and i want to prepare upgrades for the most essential community modules. things like new resolve algos always deserve the full attention. |
Do you mean this message? JS/TS should work with this value as expected. |
@IllusionMH your 100% correct and yes it works but it shows the info in the tsconfig |
This issue has been marked as 'External' and has seen no recent activity. It has been automatically closed for house-keeping purposes. |
@RyanCavanaugh please reopen and see SchemaStore/schemastore#2100 this issue gets internal as we need to use the external schemastore method to supply the spec https://raw.githubusercontent.com/ory/hydra/master/.schema/version.schema.json this is a example i can handle that for you but it is a internal issue |
Uh oh!
There was an error while loading. Please reload this page.
lib Update Request
https://github.com/microsoft/TypeScript/blob/main/lib/typescript.d.ts is missing "node12" "nodenext"
Configuration Check
My compilation target is
ES2015
and my lib isthe default
.Missing / Incorrect Definition
https://github.com/microsoft/TypeScript/blob/main/lib/typescript.d.ts is missing moduleResolution: "node12" "nodenext"
Sample Code
tsconfig.json
Documentation Link
https://www.typescriptlang.org/tsconfig#moduleResolution
Related
The text was updated successfully, but these errors were encountered: