Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Signum.TSCBuild
Signum.TSCBuild

Signum.TSCBuild

Olmo del Corral

|
1 install
| (0) | Free
Adds a "Build TypeScript" context menu to each .csproj in Solution Explorer, which runs tsc -b using the tsconfig.json in the same project. Calling tsc once is much faster thant running Microsoft.Type
Download

This extension adds a "Build TypeScript" context menu to every .csproj in Solution Explorer. When selected, it runs tsc -b using the tsconfig.json file located in the same project folder.

Screenshot_2025-09-30_221115.png Unlike the Microsoft.TypeScript.MSBuild NuGet package, which invokes the TypeScript compiler once per project, this approach runs tsc only once.

The result is much faster builds, especially in solutions with many projects containing both C# and TypeScript. This makes it practical for large codebases where build performance is critical. Projects can remain simple C# Class Libraries ("Microsoft.NET.Sdk") instead of requiring ASP.NET projects ("Microsoft.NET.Sdk.Web").

This solution does not rely on MSBuild, but it preserves a familiar developer experience:

Status bar updates with information and progress

Screenshot_2025-09-30_221342.png

Integrated error messages

Screenshot_2025-09-30_221516.png

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft