-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Context: microsoft/TypeScript#60959 (comment)
Lines 8 to 12 in 2cb6725
| "lib": [ | |
| "DOM", | |
| "DOM.Iterable", | |
| "ES2022" // Node.js 18 | |
| ], |
AFAIK the config specifies lib here because we want DOM.Iterable to be there.
In TS 6 it will finally be part of DOM, which is the default.
At the very least, the config should be updated to drop DOM.Iterable
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels