Skip to content

quicktype does not use typescript library when parsing typescript #1287

@hansmbakker

Description

@hansmbakker

When trying to parse this file, quicktype trips because it does not know about e.g. DOM events (KeyboardEvent).

Typescript includes these via lib.d.ts, but quicktype seems not to do that. Adding something like

///<reference path='lib.d.ts' />

does not help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions