0.0.1 • Published 8 years ago
tsforgive v0.0.1
tsforgive
Make TypeScript
tscmore 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 tsforgiveUse
tsc | tsforgive <error1> <error2> ... <errorN>where error1…errorN are tsc error codes such as TS2376 or 2376.
License
MIT
0.0.1
8 years ago