About 234,000 results
Open links in new tab
  1. 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.

  2. How to install TypeScript - GeeksforGeeks

    Jul 23, 2025 · As a strict superset of JavaScript, TypeScript allows you to write plain JavaScript with optional extra features. This guide will walk you through the installation, configuration, and …

  3. TypeScript in Visual Studio Code

    The simplest way to try out the latest TypeScript features in VS Code is to install the JavaScript and TypeScript Nightly extension. You can also configure VS Code to use a specific …

  4. TypeScript Setup

    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 typescript

  5. How to install TypeScript - Graphite.dev

    In this guide, we'll cover several methods on how to install TypeScript using npm (Node Package Manager), focusing on both local and global installations.

  6. Install TypeScript - TutorialsTeacher.com

    Learn how to install TypeScript and use it. Two ways to install TypeScript: using NPM or using plug-in for your IDE.

  7. How to Set Up a TypeScript Project|ExplainThis

    Jul 25, 2025 · A step-by-step guide to setting up a TypeScript project the right way. We explore why a local installation is crucial for teamwork and how to build a solid foundation for any new …

  8. A Comprehensive Guide to Installing and Using TypeScript

    Jun 15, 2025 · It adds static typing to JavaScript, which helps catch errors early in the development process and makes the code more maintainable and scalable. In this blog post, …

  9. Getting Started with TypeScript Installation and Setup

    In this article, we've shown you how to install and set up TypeScript on your machine, create a new TypeScript project, and configure TypeScript for your project.

  10. Installing TypeScript Step by step guide for beginner - DevsEnv

    Installing TypeScript Step by step guide for beginner - How to install typescript and special tips to learn typescript easily