-
-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeScript compile fails #659
Comments
Does the |
Yes, setting |
I will add it to our docs first! Thanks for bringing this up! |
Adding skipLibCheck isn't really a fix, since it skips checking on all
|
Feel free to have a look. 🙌 |
that would be like if zod devs responded to "Why is zod 100kb" with "just use gzip". I'm currently using tsc-silent, to work around this issue, here's my current hall of shame. tsc-silent -p ./tsconfig.json --suppress @/node_modules/solid-start/ --suppress @/node_modules/@rollup/ --suppress @/node_modules/valibot/dist/index.d.ts |
This will probably be fixed in the next version. |
v0.38.0 is available 🚀 |
I can no longer build a package depending on valibot version 0.32.0 or 0.31.0. Downgrading to 0.30.0 fixes the issue.
index.ts
:package.json
:tsconfig.json
:I have played around with the
tsconfig.json
but to no avail. The build fails:The text was updated successfully, but these errors were encountered: