-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
TypeScript 4.5+: typescript.d.ts is missing new moduleResolution values #47987
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 |
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: