7.0.0
Breaking changes
- Minimal typescript version changed from 3.0 to 4.5
yargs
dependency was upgraded from 17.2 to 17.6- Minimal NodeJS version changed from 12 to 14
- Compilation target changed from
es5
toes2020
(modules are stillcommonjs
though)
See #224
Fixed
- Improve support of non-relative imports in projects with a baseUrl (see #224)
Many thanks to @josh- for their contribution!