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
Our jsr packages are published using --allow-slow-types for now. We should remove it, but ideally with a build step or a new module root file for jsr. We have a number of types that are inferred from zod, and I'd rather not decrease the developer experience to fully support jsr.
To see which types raise this error, run npx jsr publish --dry-run on the individual packages.
The text was updated successfully, but these errors were encountered:
Our jsr packages are published using
--allow-slow-types
for now. We should remove it, but ideally with a build step or a new module root file for jsr. We have a number of types that are inferred from zod, and I'd rather not decrease the developer experience to fully support jsr.To see which types raise this error, run
npx jsr publish --dry-run
on the individual packages.The text was updated successfully, but these errors were encountered: