1
0

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.

VSCodeでTypescriptの型定義ファイルを設定したときのメモ

Posted at

概要

VSCodeにreactを使用するときの型定義ファイルを適用したときのメモ。

動作環境

  • windows10
  • node.js 6.9.2
  • typescript 2.1.4

操作はvscodeで開いているプロジェクトのルートで行っている。

typingsのインストール

npm install -g typings

reduxの型定義ファイルのインストール

typings install dt~redux --global

react, react-dom, react-reduxの型定義ファイルのインストール

typings install dt~react dt~react-dom dt~react-redux

VSCodeを再起動

参考

TypeScript2.0での型定義ファイルの管理 TypeScript VSCode Node.js
VS CodeでTypecript 2.0 + D3.js v4を補完できるようにする(暫定対処)

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?