Skip to content

Use passed tsconfig

Compare
Choose a tag to compare
@lCharlie123l lCharlie123l released this 02 Oct 15:14
· 42 commits to master since this release
81040d1

Use passed in tsconfig when checking TS. Previously this was not being passed on so it was using the default tsconfig which for most projects meant it was type checking the tests when building for production which both added overhead and caused it to fail when dev dependencies were not present

#28