Skip to content

TS 6.0: Drop lib (DOM.Iterable) #37

@fregante

Description

@fregante

Context: microsoft/TypeScript#60959 (comment)

tsconfig/tsconfig.json

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions