You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I generate json schema from typescript types, I see an error where "type": "{string}" appears
instead of "type": "string". I guess quicktype may be reading JSDoc and writing the @type
annotation directly.
About
A repo that replicates an issue that occured when converting from typescript to JSON Schema