0.0.1 • Published 7 years ago

tsforgive v0.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

Build Status

tsforgive

Make TypeScript tsc more forgiving and ignore errors

tsforgive will ignore certain configurable TypeScript errors and exit with status 0 if no other errors occurred, or status 1 if other errors remain.

Install

  npm i -g tsforgive

Use

  tsc | tsforgive <error1> <error2> ... <errorN>

where error1errorN are tsc error codes such as TS2376 or 2376.

License

MIT