LoginSignup
2
3

More than 5 years have passed since last update.

package.json,typings.json作成メモ

Last updated at Posted at 2016-06-20

package.json(npm 3.9.3)

作成
npm init
インストール&書き込み
npm install hoge --save

typings.json(typings 1.3.0)

作成
typings init
インストール&書き込み
typings install --save --global dt~hoge
サーチ
typings search hoge

reference
/// <reference path="./typings/index.d.ts" />

2
3
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
2
3