Centeva / TypeScripter

A tool to generate Typescript classes from c# models.
MIT License
4 stars 5 forks source link

Change moment import syntax. #37

Open Devcon4 opened 5 years ago

Devcon4 commented 5 years ago

Right now our import statements look like import * as moment from 'moment'; but we should change them to be import moment from 'moment'; then we can use the esmoduleInterop flag in our tsconfigs.