forked from loafle/openapi-generator-original
* [typescript] Don't hardcode the date type if user has mapped it If the user has set --type-mappings Date=foo, respect this setting instead of hardcoding the date type. * Use default type mappings for date/date-time * Use typeMapping mechanism correctly * Add default mapping for angular and node to preserve behavior * One more change to keep current behavior * Add default type mappings to the other TS generators