Skip to content

Commit 1cb312e

Browse files
Copilotfriggeri
andcommitted
Fix: Remove unnecessary TypeScript installation step
TypeScript and tsx are included as npm dependencies and don't need separate installation Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>
1 parent 394f1d8 commit 1cb312e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This is a multi-language SDK repository. Install the tools for the SDK(s) you pl
4444

4545
### .NET SDK
4646
1. Install [.NET 8.0+](https://dotnet.microsoft.com/download)
47-
1. Install [Node.js](https://nodejs.org/) (v18+) and [TypeScript](https://www.typescriptlang.org/) (the .NET tests depend on a TypeScript-based test harness)
47+
1. Install [Node.js](https://nodejs.org/) (v18+) (the .NET tests depend on a TypeScript-based test harness)
4848
1. Install npm dependencies:
4949
```bash
5050
cd nodejs && npm ci

0 commit comments

Comments
 (0)