@jsdesigndeveloper/plugin-typings
v1.0.12
Published
即时设计插件 API 类型
Downloads
8
Keywords
Readme
即时设计插件 API 类型
此仓库包含即时设计插件 API 类型包。
用法
安装
npm i --save-dev @jsdesigndeveloper/plugin-typings # or yarn add -D @jsdesigndeveloper/plugin-typings
配置 tsconfig.json
{ "compilerOptions": { "typeRoots": [ "./node_modules/@types", "./node_modules/@jsdesigndeveloper" ] } }