@pixso/plugin-typings
v0.8.0
Published
Typings for the Pixso Plugin API
Downloads
13
Readme
Pixso 插件 API 类型声明文件
本项目为 Pixso 插件 API 的 TS 类型声明文件。
用法
安装
npm i --save-dev @pixso/plugin-typings # 或者使用yarn yarn add -D @pixso/plugin-typings
配置
tsconfig.json
{ "compilerOptions": { "typeRoots": [ "./node_modules/@types", "./node_modules/@pixso" ] } }