mainframe icon indicating copy to clipboard operation
mainframe copied to clipboard

Fix JSR slow types

Open andreterron opened this issue 8 months ago • 0 comments

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.

andreterron avatar Jun 28 '24 00:06 andreterron