1.1.4
Add incremental parsing for typescript
When running yarn tsc
, this will create a graph tsconfig.tsbuildinfo
at the root of your project. Next time you run yarn tsc
, typescript will then only check changes instead of parsing the entire project. tsconfig.tsbuildinfo
is ignored by default in .gitignore
.