Jake Bailey
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.
This is now fixed.
This no longer appears to be the case.
Closing, #1292
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`?
Thanks, this is a bug.
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.