2.0.0
-
Fix: Issues with
import 'module'
syntax -
Fix: Issues with
import()
syntax -
Change: Plugin
configuration
field renamed toconfig
-
Change: Plugin now accepts a string to
tsconfig.json
path or nothing to automatically find your config -
Add: Typescript is now a runtime dependency to support config paths and automatic config finding and parsing
-
Remove: Removed
o-stream
as a runtime dependency, we can use Node builtins.