json-schema-to-typescript
json-schema-to-typescript copied to clipboard
fix: escape enum values if they start with a number
Fixes the SyntaxError: An identifier or keyword cannot immediately follow a numeric literal. error, if a enum value starts with a numbre.