ts-json-schema-generator
ts-json-schema-generator copied to clipboard
Map @defaulValue back to @default in generation
TSDoc uses/recommends @defaultValue instead of @default https://tsdoc.org/pages/tags/defaultvalue/
It would be good to map it back to the more common default key on generation
Can you send a pull request?