I installed NPM version of Typescript 1.7.5 and angular2 beta. While building the project in Visual Studio 2015 Update 1, I get this errors:
1>VSTSC : error T
You seem to add lib.d.ts twice because you use noLib and you specifically add node_modules/typescript/lib/lib.d.ts in files.
lib.d.ts
noLib
node_modules/typescript/lib/lib.d.ts
files
I would just remove "node_modules/typescript/lib/lib.d.ts" path.
"node_modules/typescript/lib/lib.d.ts"
There is also an issue with similar errors as you get: https://github.com/Microsoft/TypeScript/issues/5504