For the time being, I manually edited moment.d.ts in the moment npm package to not export as a module, so I could use it as a global namespace. If I include it as a module, system.js tries to import it and it causes errors. Need to fix the issue, maybe when #5 is complete, it will work easily with webpack.
For the time being, I manually edited
moment.d.ts
in the moment npm package to not export as a module, so I could use it as a global namespace. If I include it as a module, system.js tries to import it and it causes errors. Need to fix the issue, maybe when #5 is complete, it will work easily with webpack.