I'm working in a project using next.js and my team barely ever uses tsc directly. I see a lot of compilation errors but the project still is built and runs "ok".
I'm more of a fan of using the compiler (that's the whole purpose of using typescript), but it raises tons of compilation errors.
Now I'm wondering what kind of modified tsc compiler options does next build uses in order to ignore all those compilation errors, and how do I make next build be as forgiving as tsc