About 467,000 results
Open links in new tab
  1. Visual Studio 2019 is not showing completions when using TypeScript

    Jun 2, 2023 · Visual Studio 2019 is not showing completions in JavaScript or TypeScript files after installing TypeScript 5.1, and trying to set breakpoints in a JavaScript or TypeScript file gives …

  2. TypeScript Issues · microsoft/vscode Wiki - GitHub

    Oct 28, 2024 · Figure out if the issue is with TypeScript itself or with VS Code's TypeScript support. If the issue is about TypeScript itself, it should be reported against TypeScript directly. …

  3. Troubleshooting Typescript Not Working in Visual Studio Code

    Nov 2, 2024 · One of the most common reasons for Typescript not working in Visual Studio Code is incorrect configuration settings. Ensure that your tsconfig.json file is correctly set up with the …

  4. TypeScript in Visual Studio Code

    Visual Studio Code includes TypeScript language support but does not include the TypeScript compiler, tsc. You will need to install the TypeScript compiler either globally or in your …

  5. Visual Studio not compiling TypeScript - Stack Overflow

    May 17, 2016 · It could be a syntax error in the typescript file. My solution was to roll back the .ts file until it compiled (i.e. the timestamps of typescript and javascript files were identical) and …

  6. Compile and build TypeScript code using npm - Visual Studio

    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 …

  7. How to Run TypeScript in VS Code - Train to Code

    Learn how to set up, run, and debug TypeScript in Visual Studio Code. This guide provides step-by-step instructions to enhance your JavaScript development process. Dive into the seamless …

  8. Troubleshooting Typescript Errors in Visual Studio

    Oct 30, 2024 · Visual Studio provides powerful IntelliSense features that can assist in identifying and resolving Typescript errors. Utilize IntelliSense suggestions to correct syntax errors, type …

  9. typescript - Type Script is not generating JavaScript in my Visual ...

    Aug 6, 2015 · The two tricks in my arsenal that seem to help are (1) doing a Clean & Rebuild in Visual Studio (as already mentioned by Jon Preece), and, (2) in the Chrome browser, bringing …

  10. Compiling TypeScript - Visual Studio Code

    Visual Studio Code includes TypeScript language support but does not include the TypeScript compiler, tsc. You will need to install the TypeScript compiler either globally or in your …

Refresh