I had developed simple angular 2 application with typescript 2.0 version in visual studio 2015 by using below link.
https://angular.io/docs/ts/latest/cookbook/visual-studio-2015.html
Then after, I configured the DEVOPS for that application means when every I check in the code into my team project available in team foundation server using visual studio 2015. it will automatically start build for my application at that time I got exception like "Unknown Compiler Option lib" this below figure.
Please tell me how to resolve the above issue.
-Pradeep
I was having this same issue. I opened the .cproj file and changes the line
<TypeScriptToolsVersion>1.8</TypeScriptToolsVersion>
to
<TypeScriptToolsVersion>2.0</TypeScriptToolsVersion>
and everything worked
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With