Closed
Description
Hi and thx a lot for this module.
I just started to use this module, and I wonder if it's possible to generate typescript nullable type ?
Indeed, for ones who use typescript with --strictNullChecks flag, it would be very useful to generate types nullable with union type.
For example, for a SQL nullable string, it would generate type : string | null
, etc.
I think it would be better to have this optional.