Jake Bailey

Results 1482 comments of Jake Bailey

No news. @EricCornelson has been working on fixing module resolution and the related checker stuff, so it's possible it'll be fixed afterward.

For build mode, see #529 Otherwise, I've confirmed that this module resolution bug has been fixed.

I don't think that's what that code means; `CheckJs` is a tristate between true, false, and unset. If it's unset, that will evaluate to `false`. Also, the linked code is...

Did you confuse `options.CheckJs == TSTrue` for `options.CheckJs = TSTrue`, an assignment?

Can you paste the result of `tsgo --showConfig`?

What errors are you seeing specifically? I believe I'll have fixed this in #930 when merged. You could build from that PR and check, too.