json-schema-to-typescript
json-schema-to-typescript copied to clipboard
option to prepend "readonly" to all fields
Linked Issue: #627
This PR introduces a new readonly option. When enabled, this option generates all properties in interfaces as readonly, including nested objects and arrays.
I currently do this manually as a post-step, would be great if it could be built-in.