I have downloaded Typescript plugin for Visual Studio, installed it and restarted my PC. I have also installed both VS 2013 Express for Web and VS 2013 Ultimate Preview but
According to the description here you cannot have the standalone version and the update containing the component at the same time.
I have VS2012 and VS2013 on my system and had a lot of issues with the typescript support (or lack of) with VS2013.
So I uninstalled the typescript 1.0.0 tools for Visual Studio 2012 and re-applied Visual Studio 2013 Update 3. It is now working fine but some details, the project migration were not done properly, I had to exclude the ts and js files, re-include the ts file and make sure that the build action is "TypeScript compile".
I found a question on here with an answer that almost worked. But after changing some things around I was able to get this working. These steps slightly deviate from the original, which can be found here.
MSI
file to a temporary location using https://code.google.com/p/lessmsi/SourceDir\Microsoft SDKs\TypeScript
to %ProgramFiles(x86)%\Microsoft SDKs
SourceDir\VS11_EXTENSIONS_DIR\TypeScript
to %ProgramFiles(x86)%\Microsoft Visual Studio 12.0\Common7\IDE\Extensions\Microsoft
SourceDir\VS11
folder (file.ts
, newtypescriptfileitems.vsdir
)
to %ProgramFiles(x86)%\\Microsoft Visual Studio 12.0\Common7\IDE\NewFileItems
SourceDir\MSBuild\Microsoft\VisualStudio\v12.0\TypeScript
to
%ProgramFiles(x86)%\MSBuild\Microsoft\VisualStudio\v12.0
%ProgramFiles(x86)%\Microsoft SDKs\TypeScript
These exact steps led to me being able to work with full TypeScript support in Visual Studio 2013 Preview and Visual Studio 2013 Express for Web. A big thanks goes to the dude who posted this answer.
I installed RC 3 on Visual Studio 2013 and everything was fixed.
Visual Studio RC3 Download
I searched for the version from step 3 of Spike's answer, which is apparently only any executable now. That lead me to MS's download of a slightly newer version at:
TypeScript Download
Once that was downloaded, I ran it and it offered to Repair or Uninstall TypeScript for VS 2012 and VS 2013. (I already had VS 2013 and 2013 Web Essentials installed but a project that uses TypeScript wouldn't load for me.)
Once the Repair was completed, then the project with TypeScript loaded just fine. So it might be worth it to just try repairing the install of TypeScript.