Is there a way to mute the TS2307 error from the TypeScript tsc compiler?
tsc
It makes it really hard to spot real/new errors and warnings as there are many
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.