Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add types export definition for lib/locales/*
This change fixes an issue that prevented Zod from being build and served through the Skypack CDN. Namely, Skypack was unable to resolve the declaration file `lib/locales/en.d.ts` because it was not exposed by the `exports` definition in `package.json`.
- Loading branch information