iway1 / trpc-panel

MIT License
627 stars 43 forks source link

feat: passing options to zod-to-json-schema #98

Open ferm10n opened 7 months ago

ferm10n commented 7 months ago

Allows overriding $refStrategy option passed to zod-to-json-schema, and potentially other options in the future if desired

However, it might be better to remove the default $refStrategy: "none" and use the option passing provided by this PR to set it when needed, rather than overriding an override.