-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
tsc error #2
Comments
Hi @afgallo, Thanks for your kind words. According to the issue - good point. I already repaired this bug, please - just update nest package. It should helps. |
Cool. Nice work @kamilmysliwiec, it works now. |
kamilmysliwiec
pushed a commit
that referenced
this issue
Nov 22, 2017
feature(@nest): custorm params decorators - optional paramtype
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi @kamilmysliwiec ! Thanks for your framework, it looks very promising!
I just wanted to report this error with typescript typings. When I run tsc from the command line with the following tsconfig.json configuration I get the error below:
node_modules/nest.js/nest-factory.d.ts(10,63): error TS2304: Cannot find name 'NestApplication'.
The text was updated successfully, but these errors were encountered: