Closed
Description
Add a third variant umd
(Universal Module Definition) in module flag on compiler.
tsc --module umd
This way you can reuse your JS code in both Nodejs and Browser without needing to compile twice (amd and commonjs) and still be able to code modular style (import/export) in TS.