-
-
Notifications
You must be signed in to change notification settings - Fork 162
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 <5 support? #1386
Comments
Possible in NodeJS with latest version or typia with at TS 4.8 over version. It needs older version of ts-patch or ttypescript. However, I do not know how it works on the Angular. If not possible, consider generation mode. |
Hey, thank you for the fast response ! I would really like to use and support this package !
So it looks like Typia is installing TS 5? |
Install manually please |
How would I install manually? When I run `npx typia setup" it automatically installs and patches typescript version 5. How can I keep my typescript and make the setup patch my version 4.8.4 ? |
Here it is. |
Hello, is there a Typia version that has the essential features working (type checks in runtime) but relying on a TS version < 5? I have an angular project that has this dependency. Couldn't find anything myself unfortunately.
The text was updated successfully, but these errors were encountered: