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

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

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i @pixso/plugin-typings

    Weekly Downloads

    11

    Version

    0.8.0

    License

    none

    Unpacked Size

    47.5 kB

    Total Files

    8

    Last publish

    Collaborators

    • vitaminaq
    • yaowz
    • pixso-admin