Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable incremental compilation for typechecking
Since TypeScript does not follow semver(microsoft/TypeScript#14116) the `incremental` option cannot be used with `--noEmit` as-of typescript 3.8.2. This in turn means that typescript was breaking on Travis-CI
- Loading branch information