JacobWeisenburger / zod_utilz

Framework agnostic utilities for Zod
MIT License
158 stars 9 forks source link

package.json incorrect module entry #10

Closed trynulI closed 6 months ago

trynulI commented 6 months ago

_...package "zodutilz". The package may have incorrect main/module/exports...

there is a problem when using it in vitejs, it reports that the 'module entry' is incorrect is index.ts instead of index.js

image image

issam-seghir commented 6 months ago

I am facing the same issues . Have you found any workaround?

JacobWeisenburger commented 6 months ago

I'm working on a fix

JacobWeisenburger commented 6 months ago

Should be working now: 0.8.2

Please let me know if it's working for you.