json-to-ts
json-to-ts copied to clipboard
feature request: Option to disable duplicate type prevention
I have a use case where I don't want to pollute typescript's scope with additional types, I made a tiny hack wrapper that removes type duplication prevention but I think it'd be really cool if it was included in the library itself. Also thanks for the awesome library.