Skip to content

v4.0.0-beta.0

Compare
Choose a tag to compare
@eddyerburgh eddyerburgh released this 06 Jan 20:15
· 324 commits to master since this release

Bug Fixes

Code Refactoring

Features

BREAKING CHANGES

  • remove tsConfig options. The logic for resolving the tsconfig file is replaced by ts-jest. You can use the ts-jest options to configure tsconfig resolution
  • remove babelConfig options. This will be replaced by adding a createTransformer method that accepts a babel transformer