Info
Version: | 0.8.0 |
Author(s): | Scott Holodak (@scottt732) |
Last Update: | Thursday, October 4, 2012 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Sholo.TypeScript.Build |
Install
Install-Package Sholo.TypeScript.Build
dotnet add package Sholo.TypeScript.Build
paket add Sholo.TypeScript.Build
Sholo.TypeScript.Build Download (Unzip the "nupkg" after downloading)
The Error List window will have the correct fileanme, row, and column indexes so you can just double click on an error. Note that when the .ts file is open, you will see duplicate errors. Not sure if this is avoidable.
The easiest way to add .ts files to your project is via the Add New Item menu. Visual Studio will take care of setting the appropriate Build Action and will nest the .js file under the .ts file.
To enable existing .ts files to be compiled, click on the item in Solution Explorer, change the Build Action to "TypeScriptCompile" in the Properties Window.
You may need to Show All Files and add the .js file.