Mute/ignore TS2307 error from TypeScript tsc

前端 未结 3 745
悲&欢浪女
悲&欢浪女 2021-02-12 05:26

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:30

    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.

提交回复
热议问题