I have Typescript 1.0, 1.4 and 1.8 folders in my Typescript sdk folder (C:\Program Files (x86)\Microsoft SDKs\TypeScript) and my webproject config file (x.csproj) has 1.8 set in TypeScriptToolsVersion (1.8).
However, when I build the project it appears TypeScrpit 1.4 is used:
5>PreComputeCompileTypeScript: 5> C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.4\tsc.exe --module CommonJS --sourcemap --target ES5 --noEmitOnError --locale en-US "C:\Projects\MyProject.Web\Scripts\appts.ts" 5>TypeScriptClean:
What am I missing?