typescript speed
my TS project is slow to build. now what?
- use project references https://github.com/typescript-cheatsheets/react-typescript-cheatsheet/blob/master/ADVANCED.md#typescript-30
- use
--incremental
yarn tsd --diagnostics
to get a sense
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upmy TS project is slow to build. now what?
--incremental
yarn tsd --diagnostics
to get a sense