We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After Creating a angular 2 template I get a lot of typescript errors
Severity Code Description Project File Line Suppression State Error TS2304 Cannot find name 'module'.
also things like module are not recognized by vs2015 ide
in vs code everything seems to be ok
what am I missing?
The text was updated successfully, but these errors were encountered:
After cloning the project, installing npm dependencies and pressing F5 I am receiving this exception:
Sorry, something went wrong.
Looks like you're running an older version of TypeScript. Please install the latest TypeScript tools for Visual Studio.
No branches or pull requests
After Creating a angular 2 template I get a lot of typescript errors
also things like module are not recognized by vs2015 ide
in vs code everything seems to be ok
what am I missing?
The text was updated successfully, but these errors were encountered: