Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tsforgive

andreaspizsa13MITdeprecated0.0.1

this package has been deprecated

Make TypeScript tsc more forgiving and ignore errors

typescript, tsc, errors, error, ignore, forgive, exit

readme

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