Hacker News new | ask | show | jobs
by idontwantthis 1321 days ago
Thanks for the reply!

So when your team is compiling locally they don’t type check? It only runs in the IDE and during tests?

1 comments

It's not perfectly cut and dry, but mostly. We still need to emit d.ts files for our public API, and the only thing that can do that is tsc, which will type check.

But I tried my best to make the build have fast paths to minimize the development loop as much as possible.