Skip to content

v0.7.1 - fix TS file import not working in CommonJS projects.

Compare
Choose a tag to compare
@igalklebanov igalklebanov released this 26 May 18:07
· 74 commits to main since this release

Hey πŸ‘‹

This patch release should fix TSFileMigrationProvider only working in esm projects ("type": "module"). Now projects still on CommonJS, which is most projects, should be able to load TS migration files.

Full Changelog: v0.7.0...v0.7.1