tsd init 初始化ts目錄
tsd install jquery --save 安裝一個ts模塊包
tsd.json ts的配置 這里會說明版本,模塊保存
typings
jquery
- jquery.d.ts 對外接口
react
- react.d.ts 對外接口
|-tsd.d.ts 保存著所有引用的模塊
tsd init 初始化ts目錄
tsd install jquery --save 安裝一個ts模塊包
tsd.json ts的配置 這里會說明版本,模塊保存
typings
jquery
- jquery.d.ts 對外接口
react
- react.d.ts 對外接口
|-tsd.d.ts 保存著所有引用的模塊