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

2.4.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"
            ]
        }
    }

Readme

Keywords

Package Sidebar

Install

npm i @mastergo/plugin-typings

Weekly Downloads

57

Version

2.4.0

License

MIT

Unpacked Size

60.7 kB

Total Files

6

Last publish

Collaborators

  • fake-car
  • mastergo-admin