5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MacでWebStormを使ってTypeScript2.0でコーディングな環境

Posted at

WebStormでTypeScriptやるぞ!と思ったら、WebStormのデフォルトが1.8だったのでちょっと設定を弄る必要がありました。

主な環境

  • WebStorm 2016.2
  • MacOSX 10.11.6
  • npm 3.10.8 (homebrewで入れました

TypeScriptバージョンを指定する

以下の設定画面を開く。
Preferences -> Languages & Frameworks -> TypeScript

スクリーンショット 2016-11-09 14.30.09.png

TypeScript versionあたりのEdit...ボタンを押す。

Custom directoryをチェックして以下のpathをコピペ

/usr/local/lib/node_modules/typescript/lib

スクリーンショット 2016-11-09 14.28.24.png

以上です!

5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?