Sholo.TypeScript.Build 0.8.0

dotnet add package Sholo.TypeScript.Build --version 0.8.0
NuGet\Install-Package Sholo.TypeScript.Build -Version 0.8.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Sholo.TypeScript.Build" Version="0.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sholo.TypeScript.Build --version 0.8.0
#r "nuget: Sholo.TypeScript.Build, 0.8.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Sholo.TypeScript.Build as a Cake Addin
#addin nuget:?package=Sholo.TypeScript.Build&version=0.8.0

// Install Sholo.TypeScript.Build as a Cake Tool
#tool nuget:?package=Sholo.TypeScript.Build&version=0.8.0

Adds support for compiling TypeScript files during to the project build process.  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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.8.0 3,643 10/4/2012