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

2.5.0 • Public • Published

中文 | English

MasterGo插件API声明文件

本项目为MasterGo插件API的ts声明文件。

安装

  1. 通过npm安装

    npm i --save-dev @mastergo/plugin-typings
    # 或者使用yarn
    yarn add -D @mastergo/plugin-typings
  2. 配置 tsconfig.json

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

Dependencies (0)

    Dev Dependencies (18)

    Package Sidebar

    Install

    npm i @mastergo/plugin-typings

    Weekly Downloads

    11

    Version

    2.5.0

    License

    MIT

    Unpacked Size

    61.1 kB

    Total Files

    6

    Last publish

    Collaborators

    • meakle
    • wxj_666
    • fake-car
    • mastergo-admin