Centeva / TypeScripter

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

Change Typescripter to use Moment.min.ts #36

Open Devcon4 opened 5 years ago

Devcon4 commented 5 years ago

Normal moment is not well optimized for Typescript, Moment.min.ts is a typescript wrapper around the min bundle of moment.js. We should switch to it or some other variant to try and get bundles smaller.