-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
How to use typia with tsx? #1265
Comments
No way, use |
This is how I fixed it:
because I'm running in a docker container, the Also added it to
|
It's unfortunate if the official stance is that Are there ways to work around this problem? We don't even necessarily need it with When running vi
Despite this setup already being completed. Edit: Looks like TSX cannot use esbuild plugins . It uses esbuild internally, but cannot make use of plugins from the sound of it.
Edit 2: https://github.com/privatenumber/pkgroll support might be a partial alternative or use case? Looks like it uses |
Can we use this lib to instead codegen, and we can just consume that generated code with our normal build tools? Edit: https://typia.io/docs/setup/#generation Need a way to ass eslint ignores though, so many |
Big fan of
typia
here, thanks for this amazing lib !I'm trying to use
typia
when starting my backend in development mode withtsx
I use
tsx
because it allows very easy hot reloading when developping.Long story short, typia works fin in production mode (with
tsc
), but I don't know how to make it work withtsx
Is it possible ?
The text was updated successfully, but these errors were encountered: