typescript-cheatsheets / speed

my TS project is slow. now what?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

my TS project is slow. now what?

License:MIT License