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

0.6.0 • Public • Published

Pixso 插件 API 类型声明文件

本项目为 Pixso 插件 API 的 TS 类型声明文件。

用法

  1. 安装

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

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

Readme

Keywords

Package Sidebar

Install

npm i @pixso/plugin-typings

Weekly Downloads

3

Version

0.6.0

License

none

Unpacked Size

44.8 kB

Total Files

8

Last publish

Collaborators

  • vitaminaq
  • yaowz
  • pixso-admin