zod-to-ts icon indicating copy to clipboard operation
zod-to-ts copied to clipboard

Type instantiation is excessively deep and possibly infinite

Open mattjs opened this issue 1 year ago • 1 comments

Does anyone get this when trying to use zod-to-ts in Deno?

deno --version
deno 1.35.3 (release, x86_64-apple-darwin)
v8 11.6.189.12
typescript 5.1.6

Maybe because of TS 5.x?

mattjs avatar Aug 06 '23 15:08 mattjs

What's the Zod schema you tried to convert?

sachinraja avatar Aug 16 '23 16:08 sachinraja