-
-
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
Document minimum typescript version #351
Comments
Do you know if there is a way to figure out the minimum TypeScript version required? I think the most advanced feature we are using ist the |
I'm not aware of a programmatic way of determining the required TS version - I found 5.0.2 as the min version just by trial and error. |
We could add the following to the "General" section of the installation guide below the
If you are interested, feel free to create a draft PR for an integration test. |
Yes, that sounds perfect 👍
I'm gonna do some research first, I'll get back to you :) |
I added the min version info to the docs. |
I created a draft PR: #354 As the original issue was addressed, I'm gonna close this discussion. |
Thank you! |
Hi!
The documentation is missing a note about the minimum typescript version that is required for valibot to work (5.0.2?)
This should probably be documented on the installation page.
If you could confirm the minimal typescript version, I can provide a PR for the website - thanks!
The text was updated successfully, but these errors were encountered: