Mute/ignore TS2307 error from TypeScript tsc

前端 未结 3 1670
长发绾君心
长发绾君心 2021-02-12 05:34

Is there a way to mute the TS2307 error from the TypeScript tsc compiler?

It makes it really hard to spot real/new errors and warnings as there are many

3条回答
  •  鱼传尺愫
    2021-02-12 06:29

    You might find tsc-silent useful. Although, ignoring errors you have to be careful and keep in mind that errors code change, and sometimes there are many different problems reported under umbrella error.

提交回复
热议问题