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 保存着所有引用的模块