How I Made TypeScript Instantly Faster in VSCode Without Touching My Build
Jul 12, 2025 · 4 min read · Why TypeScript Feels Slow in Big Projects Large TypeScript projects get slower over time. Even with features like incremental builds, tsc can still lag. This slows down autocomplete, error checks, and general development in VSCode. I wanted things to...
Join discussion