A TypeScript monorepo was experiencing severe performance issues with 6+ minute build times and sluggish intellisense. Using compiler diagnostics, trace analysis, and the @typescript/analyze-trace tool, the team identified that kysely helper functions with complex type inference were causing 80-second type-checking bottlenecks.
2 Comments
Sort: