v0.7.1 - fix TS file import not working in CommonJS projects.
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