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
I naively solved this by modifying the schema partial to always output quotes, then running the generated file through prettier afterwards, but it is quite the hack:
Hello, many thanks for this library! 👍
I have an issue where the interfaces generated are not valid typescript code due to containing special characters. For instance:
This is not valid typescript code. Would it be possible to generate the following instead?
I naively solved this by modifying the schema partial to always output quotes, then running the generated file through prettier afterwards, but it is quite the hack:
Thanks! 🙂
The text was updated successfully, but these errors were encountered: