Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I update the TypeScript version in WebStorm?

I'm currently using WebStorm 10.0.4. And the latest TypeScript version is 1.5.3. But in WebStorm there are an older version of TypeScript. How can I update my TypeScript version in WebStorm?

like image 550
mrchad Avatar asked Jul 24 '15 07:07

mrchad


People also ask

Is WebStorm good for TypeScript?

WebStorm debugging abilityWebStorm ships with great support for TypeScript, so you get the support from the start without installing any extensions to the core app. This also extends itself to integration for WebPack configuration files and packages. json , which helps any development workflow.

Is WebStorm better than Vscode?

WebStorm is generally more efficient at refactoring and testing JavaScript and JavaScript-based code (such as TypeScript). Refactoring optimizes code for efficiency, while unit testing ensures product quality. VS Code still provides these features — but they aren't tailored to JavaScript.


1 Answers

In the default settings dialog go to...

  • Languages & Frameworks
  • TypeScript
  • Check "Enable TypeScript Compiler"
  • Click "Edit" button
  • Select "Custom directory"
  • Select your install directory
  • "OK" all prompts
  • Enjoy TypeScript 1.5.3
like image 181
Brocco Avatar answered Sep 21 '22 03:09

Brocco