About 1,650,000 results
Open links in new tab
  1. Compile and build TypeScript code using npm - Visual Studio (Windows

    Dec 10, 2024 · To install using the IDE, right-click the npm node in Solution Explorer, choose Install New npm package, search for TypeScript, and install the package. Check the npm …

  2. How to set up TypeScript

    TypeScript can be installed through three installation routes depending on how you intend to use it: an npm module, a NuGet package or a Visual Studio Extension. If you are using Node.js, …

  3. How to install TypeScript - GeeksforGeeks

    Feb 14, 2025 · Step 1: Install TypeScript. 1. Open Command Prompt: Go to the Start menu and open the command prompt. 2. Use NPM to Install TypeScript: Run the following command to …

  4. How to install and run Typescript on Windows - beginner's guide

    May 10, 2020 · Steps to install Typescript on a Windows machine using npm: 1. Install Node.js. Unless you need to install a different version (like for example if you're doing a tutorial and the …

  5. NPM Typescript - GeeksforGeeks

    Jul 15, 2024 · Compiler: TypeScript comes with a compiler that translates TypeScript code into plain JavaScript, allowing developers to use modern JavaScript features while targeting …

  6. How to Install TypeScript Using NPM: A Step-by-Step Guide

    Oct 31, 2024 · To install TypeScript globally on your system, run the following npm command: npm install -g typescript This command will install TypeScript globally, allowing you to use the …

  7. TypeScript - how to install tsc under Windows (TypeScript compiler)

    In this article, we would like to show how to install TypeScript compiler under Windows. Quick solution: npm install -g typescript. Note: typescript package contains tsc command. Detailed …

  8. TypeScript Setup

    Install TypeScript compiler. To install the TypeScript compiler, you launch the Terminal on macOS or Linux and Command Prompt on Windows and type the following command: npm install -g …

  9. How to Install TypeScript and Build Your First App

    Feb 4, 2025 · In this article, we’ll guide you through how to install TypeScript and build your first application step by step. We’ll start with the installation process, move on to project …

  10. TypeScript in Visual Studio Code

    Feb 3, 2018 · The easiest way to install TypeScript is through npm, the Node.js Package ... Another option is to install the TypeScript compiler locally in your project (npm install --save …

  11. Some results have been removed
Refresh