I have angular2 webapplication where I am using Typescript 2.0. I installed locally in my VS version 2.0 and also changed the tag for the Typescript version in my VS project. Locally against the build works great. In my cd pipeline in Visual Studio Team Services with vnext build, it now crashes:
2016-11-05T16:10:22.0371090ZC:\Program Files (x86)\Microsoft SDKs\TypeScript\1.8\tsc.exe --project "C:\a\1\s\src\Emersy\tsconfig.json" 2016-11-05T16:10:22.7095466Z
It looks like the build server is using version 1.8, is this possible?
source share