Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 591 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 591 Bytes

typescript speed

my TS project is slow to build. now what?

  1. use project references https://react-typescript-cheatsheet.netlify.app/docs/advanced/patterns_by_version#typescript-30
  2. use --incremental
  3. yarn tsd --diagnostics to get a sense
  4. TypeScript team performance documentation - https://github.com/microsoft/TypeScript/wiki/Performance
  5. TypeScript Performance tracing (4.1+ only) - https://github.com/microsoft/TypeScript/wiki/Performance-Tracing

war stories