Open kristfal opened 5 years ago
It would be super if we could use ESModules (imports and exports) with this lib. This can be achieved by using babel-node as the script runner.
babel-node
@kristfal thank you for your feedback! I'd say you can integrate the lib into babel transform flow as it's just a type file generator which can be executed from CLI. Do you have nicer insight?👀
It would be super if we could use ESModules (imports and exports) with this lib. This can be achieved by using
babel-node
as the script runner.