We just converted our javascript files to typescript. Everything builds locally just fine, but our build in TFS (the cloud version ie tfs.visualstudio.com) gave us an error:
The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\TypeScript\Microsoft.TypeScript.targets" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.
Locally we use typescript version 0.9.1.1 and VS2012
And advise?
Rick source share