This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable TypeScript incremental build
It seems that incremental build doesn't work correctly with ts-node or ts-jest. Sometimes, probably after unit test failure, lib directory contains src and test directories, but only content of src should be there, because baseUrl is set to "src" in tsconfig.json. Disabling the incremental build fix this issue. Since this project is quite small I don't think disabling this feature will have major impact on build time. Following issue in ts-node project might be related: TypeStrong/ts-node#817
- Loading branch information