'Unknown lib compiler option' in VSTS Angular 2 Application using VS 2015

I developed a simple angular 2 application with typescript 2.0 in visual studio 2015 using the link below.

https://angular.io/docs/ts/latest/cookbook/visual-studio-2015.html

Then, after I configured DEVOPS for this application, every time I check the code in my team project, available on the team server using visual studio 2015, it will automatically start building for my application, then I get an exception, for example " Unknown lib compiler option "below.

enter image description here

Please tell me how to solve the above problem.

-Pradeep

+4
1

. .cproj <TypeScriptToolsVersion>1.8</TypeScriptToolsVersion>

<TypeScriptToolsVersion>2.0</TypeScriptToolsVersion>

+15

Source: https://habr.com/ru/post/1662131/


All Articles