Skip to content
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

Closed
afgallo opened this issue Apr 1, 2017 · 3 comments
Closed

tsc error #2

afgallo opened this issue Apr 1, 2017 · 3 comments

Comments

@afgallo
Copy link

afgallo commented Apr 1, 2017

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'.

{
    "compilerOptions": {
        "module": "commonjs",
        "declaration": false,
        "noImplicitAny": false,
        "removeComments": true,
        "noLib": false,
        "emitDecoratorMetadata": true,
        "experimentalDecorators": true,
        "target": "es6",
        "sourceMap": true,
        "allowJs": true,
        "outDir": "./dist"
    },
    "include": [
        "app/**/*"
    ],
    "exclude": [
        "node_modules",
        "**/*.spec.ts"
    ]
}
kamilmysliwiec pushed a commit that referenced this issue Apr 3, 2017
@kamilmysliwiec
Copy link
Member

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.

@afgallo
Copy link
Author

afgallo commented Apr 3, 2017

Cool. Nice work @kamilmysliwiec, it works now.

@afgallo afgallo closed this as completed Apr 3, 2017
kamilmysliwiec pushed a commit that referenced this issue Nov 22, 2017
feature(@nest): custorm params decorators - optional paramtype
kamilmysliwiec pushed a commit that referenced this issue Jul 23, 2019
Hexenon referenced this issue in Hexenon/nest Aug 23, 2019
Hexenon referenced this issue in Hexenon/nest Aug 23, 2019
This reverts commit ebefabd, reversing
changes made to 8366983.
@lock
Copy link

lock bot commented Sep 25, 2019

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.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants