Fixing TypeScript Performance Problems: A Case Study
viget.com·4d
📦Monorepos
Preview
Report Post

On a recent TypeScript project, we ended up in a situation where editor performance had degraded and the TypeScript compiler (and language server) was increasingly struggling with some specific areas of the codebase resulting in sluggish intellisense, long type-checking times, occasional stale type information, and a lot of frustration.

This project is a monorepo with 7 TypeScript packages. To the credit of the original creators, it is already using project references (which requires the composite setting), and incremental compilation but it also has some heavy TypeScript depe…

Similar Posts

Loading similar posts...