Compiling #TypeScript is slow
Compiling #TypeScript is slow.
My solutions:
1. Don't run tsc during dev. (Lean on editor)
2. Use incremental flag when watching files.
3. Decompose the codebase into many small packages.
4. Cache builds via @turborepo or @NxDevTools.
What other techniques do you use?