Skip to content

1.1.4

Compare
Choose a tag to compare
@DoneDeal0 DoneDeal0 released this 15 Apr 11:58
· 19 commits to master since this release

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.tsbuildinfois ignored by default in .gitignore.