Skip to content

Re-enabling Dependency Type Checking - Readable Stream Type Errors #198

@CMCDragonkai

Description

@CMCDragonkai

We should re-enable the dependency type checking as this should ensure that our dependencies are also correctly typed.

We currently use:

    "skipLibCheck": true,

To avoid checking the types of our dependencies.

ATM, the readable-stream has type errors however this was fixed upstream: DefinitelyTyped/DefinitelyTyped#44828

We should be able to remove the line and renable checking the types of all of our work including dependencies.

Background context: https://gitlab.com/MatrixAI/Engineering/Polykey/js-polykey/-/issues/238

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions