Turn off bucklescript type checks in node_modules


#1

How does one do that? Getting a bunch of noise in merlin/bsb about warnings and errors in imported modules. How do we turn that off?

Thank you.


#2

bsb -make only builds yourself. bsb -make-world builds third-party too. Though this is probably not what you want; what are you gonna do for those third-party errors?


#3

makes sense. cant be too trusting i guess. Thank you.