Closed alcuadrado closed 5 years ago
This package requires typestrict to be installed. If not, tslint fails with a confusing error message. I added a note about it.
typestrict
What might work is adding TypeScript to peerDependencies as well.
peerDependencies
Agreed. These packages should have peerDependencies for everything they use. That's especially useful to avoid version conflicts.
This package requires
typestrict
to be installed. If not, tslint fails with a confusing error message. I added a note about it.