Skip to content

noHeader option not respected in tsconfig.json unless it's a string #460

Description

@tomblind

This doesn't work:

{
    "noHeader": true
}

But this does:

{
    "noHeader": "true"
}

This is inconsistent with TS boolean options.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions