ligershark / CoreTemplatePack

A collection of .NET Core project templates
Other
82 stars 17 forks source link

Angular 2 Template Typescript errors in vs2015 #8

Open BoasE opened 7 years ago

BoasE commented 7 years ago

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

sample

also things like module are not recognized by vs2015 ide

in vs code everything seems to be ok

what am I missing?

marc1404 commented 7 years ago

After cloning the project, installing npm dependencies and pressing F5 I am receiving this exception: capture

SteveSandersonMS commented 7 years ago

also things like module are not recognized by vs2015 ide

Looks like you're running an older version of TypeScript. Please install the latest TypeScript tools for Visual Studio.