You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The types of the resolver package are exported in a way that is not compatible with moduleResolution: "Bundler". You can check the compatibility table here.
Detailed error message:
Could not find a declaration file for module '@vorms/resolvers/zod'. '/home/simon/ssp/node_modules/@vorms/resolvers/zod/dist/index.esm.mjs' implicitly has an 'any' type.
Try `npm i --save-dev @types/vorms__resolvers` if it exists or add a new declaration (.d.ts) file containing `declare module '@vorms/resolvers/zod';`ts(7016)
This can be easily fixed by adding a 'types' field to the exports. I will open a PR in a minute.
Describe the bug
The types of the resolver package are exported in a way that is not compatible with moduleResolution: "Bundler". You can check the compatibility table here.
Detailed error message:
This can be easily fixed by adding a 'types' field to the exports. I will open a PR in a minute.
Reproduction
https://publint.dev/@vorms/[email protected]
Steps to reproduce
"moduleResolution": "Bundler"
The text was updated successfully, but these errors were encountered: