-
Notifications
You must be signed in to change notification settings - Fork 1
typings
igara edited this page Mar 3, 2016
·
1 revision
TypeScriptで他のライブラリをインポートする時に必要な型定義ファイル(d.ts)を管理する
下記を実行することでtypings.jsonに記載されている型定義ファイルを取得できる
./node_modules/.bin/typings install
新しいライブラリの型定義ファイルをtypings.jsonにも記載するようにしたい場合は
下記を実行するとよい
./node_modules/.bin/typings install ライブラリ名 --ambient