@jsdesigndeveloper/plugin-typings
TypeScript icon, indicating that this package has built-in type declarations

1.0.12 • Public • Published

即时设计插件 API 类型

此仓库包含即时设计插件 API 类型包。

用法

  1. 安装

    npm i --save-dev @jsdesigndeveloper/plugin-typings
    # or
    yarn add -D @jsdesigndeveloper/plugin-typings
  2. 配置 tsconfig.json

    {
        "compilerOptions": {
            "typeRoots": [
                "./node_modules/@types",
                "./node_modules/@jsdesigndeveloper"
            ]
        }
    }

Readme

Keywords

none

Package Sidebar

Install

npm i @jsdesigndeveloper/plugin-typings

Weekly Downloads

14

Version

1.0.12

License

ISC

Unpacked Size

37.6 kB

Total Files

5

Last publish

Collaborators

  • vincent0700
  • luoxuanyijing
  • bigmonkey
  • jsdesigndev