Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 717 Bytes

File metadata and controls

19 lines (12 loc) · 717 Bytes

TypeScriptGenerator

TypeScriptGenerator is Custom Tool for Visual Studio 2010 for automated compiling TypeScript to JavaScript.

Usage

  1. Install TypeScript compiler via TypeScript for Visual Studio 2012 (Node.js package doesn't work for some reason).

  2. Download and compile TypeScriptGenerator.

  3. Run TypeScriptGenerator.reg.

  4. Create TypeScript file with .ts extension in your web project. Visual Studio automatically associates it with TypeScriptGenerator custom tool and creates compiled JavaScript file.

Known Issues

tsc can't compile files in UTF-8 with BOM encoding.