Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ There are two main ways to add TypeScript to your project:
- Via npm (the Node.js package manager)
- By installing TypeScript's Visual Studio plugins

Visual Studio 2017 and Visual Studio 2015 Update 3 include TypeScript language support by default but does not include the TypeScript compiler, `tsc`.
Visual Studio 2017 and Visual Studio 2015 Update 3 include TypeScript language support by default but do not include the TypeScript compiler, `tsc`.
If you didn't install TypeScript with Visual Studio, you can still [download it](/download).

For npm users:
Expand Down