/quicktype-ts-to-json-schema-issue

A repo that replicates an issue that occured when converting from typescript to JSON Schema

Primary LanguageTypeScript

Repo for ISSUE 2695

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.