@mastergo/plugin-typings
v2.6.1-alpha.0
Published
MasterGo插件API声明文件
Downloads
30
Readme
中文 | English
MasterGo插件API声明文件
本项目为MasterGo插件API的ts声明文件。
安装
通过npm安装
npm i --save-dev @mastergo/plugin-typings # 或者使用yarn yarn add -D @mastergo/plugin-typings
配置
tsconfig.json
{ "compilerOptions": { "typeRoots": [ "./node_modules/@types", "./node_modules/@mastergo" ] } }