Skip to content

typescript-cheatsheets/speed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published