Skip to content

Commit 069877e

Browse files
committed
Updates for compiling TS using NuGet
1 parent cbb8481 commit 069877e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/javascript/compile-typescript-code-npm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: javascript-typescript
1010
dev_langs:
1111
- JavaScript
1212
---
13-
# Compile TypeScript code (Node.js)
13+
# Compile TypeScript code using npm
1414

1515
::: moniker range=">=vs-2022"
1616
Use the TypeScript npm package to add TypeScript support to projects based on the [JavaScript Project System (JSPS)](../javascript/javascript-in-visual-studio.md#project-templates), or *.esproj*. Starting in Visual Studio 2019, it's recommended that you use the npm package instead of the TypeScript SDK. The TypeScript npm package provides greater portability across different platforms and environments.

docs/javascript/compile-typescript-code-nuget.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Compile and build TypeScript code using NuGet
33
description: Add TypeScript support to your Visual Studio projects by using the NuGet package for portability across different platforms and environments.
4-
ms.date: 10/23/2023
4+
ms.date: 5/15/2025
55
ms.topic: conceptual
66
author: "mikejo5000"
77
ms.author: "mikejo"
@@ -34,7 +34,7 @@ If Visual Studio is installed, then the node.exe bundled with it will automatica
3434
Visual Studio adds the NuGet package under the **Dependencies** node in Solution Explorer. The following package reference gets added to your *.csproj file.
3535

3636
```xml
37-
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="3.9.7">
37+
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.8.3">
3838
<PrivateAssets>all</PrivateAssets>
3939
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4040
</PackageReference>

0 commit comments

Comments
 (0)