Open
Description
I'm generating types based on the api's schema which works. However the results contains a lot of export
which forces me to explicitly import the generated types.
Since it's a Nuxt project (which comes with a nice auto-import feature) I'd like to have the generated types available without explicitly importing them. I've found an old issue that which relates to this topic though was (unfortunately) solved differently: #202
@bcherny it would be great to have an option to disable adding export