Skip to content

Turn off skipLibCheck in tsconfig #451

@dkundel

Description

@dkundel

The tsconfig.base.json file currently has skipLibCheck set to true (introduced in #450) which avoids throwing errors from TypeScript if one of the TypeScript definition files has an error. While this isn't a huge issue in terms of catching functional issues, it could introduce frustrations for customers who might use our own TypeScript definitions if those reference broken types.

In order to turn this off we need to make sure that after turning it off all relevant external types are updated and fixed if we have control over it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions