RafaelSalguero/CSharp2TS

Option to convert nullable to optional property

Opened this issue · 0 comments

First of all — thank you for this extension!
It will be nice to add an option "Nullable To Optional" to get "?" instead of "| null"

public string? Email { get; set; } -> email?: string;