We should re-enable the dependency type checking as this should ensure that our dependencies are also correctly typed.
We currently use:
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