-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
ExternalRelates to another program, environment, or user action which we cannot control.Relates to another program, environment, or user action which we cannot control.
Description
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 is the default
.
Missing / Incorrect Definition
https://github.com/microsoft/TypeScript/blob/main/lib/typescript.d.ts is missing moduleResolution: "node12" "nodenext"
Sample Code
tsconfig.json
{
"compilerOptions": {
moduleResolution: "node12"
}
}
Documentation Link
https://www.typescriptlang.org/tsconfig#moduleResolution
Related
Metadata
Metadata
Assignees
Labels
ExternalRelates to another program, environment, or user action which we cannot control.Relates to another program, environment, or user action which we cannot control.