This package has been deprecated

Author message:

this package has been deprecated

tsforgive

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i tsforgive

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • andreaspizsa