Hacker News new | past | comments | ask | show | jobs | submit login

Very few companies have run into the scaling issues described in the article, off the top of my head it’s just Google and Bloomberg. It’s really interesting to see the TypeScript compiler used within another build system with full type-checking and using the compilers emit itself. Most other toolchains use neither and remove the type annotations with Babel, leaving the user to run tsc manually.



If anyone is looking for a simple way to speedup TS compilation for a big project, we use incremental compilation [1]. It does work pretty well, with some caveats when changing between refactoring branches ;)

[1] https://www.typescriptlang.org/docs/handbook/release-notes/t...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: