-
-
Notifications
You must be signed in to change notification settings - Fork 102
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 with nestjs? #248
Comments
https://github.com/samchon/nestia/wiki/Setup#ttypescript-2 compile it through |
So, Can not use nestjs cli when use nestia in nestjs project?
|
Nest CLI has webpack option? Then follow webpack configuration. If not, try |
Hm, It seems complex to use nestia in NestJS, right? |
It never difficult. What about using |
I tried, and it seems is not a way for run NestJS project normally |
Okay, I'll try nest cli and tell you how to. |
thanks so much! |
npx nestia setup --compiler ts-patch Very easy. Just use It would better to change default compiler from |
It works, tks so much! |
Complement #248 - recommend `ts-patch`
I try to use nestia in a NestJS project but have an error here:
my tsconfig.ts
The text was updated successfully, but these errors were encountered: