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

fix: add types export for node16 module resolution

Open boneskull opened this issue 2 years ago • 0 comments

Consumers using node16 or nodenext module resolution cannot access the types shipped with this package without a types entry in the conditional exports. See https://www.typescriptlang.org/docs/handbook/modules/theory.html#module-resolution for details

boneskull avatar Nov 10 '23 06:11 boneskull