Skip to content

v2.0.0

Compare
Choose a tag to compare
@VitorLuizC VitorLuizC released this 17 Oct 02:41
· 6 commits to master since this release
  • [BREAKING CHANGE] Resolution order was changed to use same as TypeScript, so now ".tsx" has more priority than ".ts".
  • Resolves ".mjs" to ".mts" and ".cjs" to ".cts" extension.
  • Doesn't explicity requires jest-resolve in the module, so no more compatibility problems with Jest 27.
  • Upgrade dependencies and devDependencies.