2. TypeScript code are compiled to plain JavaScript with the TSC.exe compiler. We wan’t do have this process done automatic. A nice plugin for Visual Studio 2012 is the Web Essentials 2012 who makes the compilation every time a TypeScript file is saved.
3. In Visual Studio, go to Tools -> Extensions and Updates. Select Web Essentials 2012 and download. You probably have to restart Visual Studio.