Hey everyone!
I recently installed the angularjs.typescript and jquery.typescript packages from NuGet. However, I'm encountering errors in Visual Studio, as shown in the attached image.
I'm using VS 2013 U4 and have updated all extensions and plugins. What could be the issue?
I've tried installing the packages using the following commands:
Install-Package angularjs.TypeScript.DefinitelyTyped
Install-Package jquery.TypeScript.DefinitelyTyped
Here are the references in my 'all.ts' file:
reference path="../../scripts/typings/jquery/jquery.d.ts" />
reference path="../../scripts/typings/angularjs/angular.d.ts" />
I've also tested all module system properties.