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

1.0.3 • Public • Published

Usage

包含摹客DT 插件的 TS 类型约束

1. 安装

npm install @mockplusdev/plugin-typings -D

2. TS 配置

{
  "compilerOptions": {
    "target": "es6",
    "lib": ["es6"],
    "typeRoots": [
      "./node_modules/@types",
      "./node_modules/@mockplusdev"
    ]
  }
}

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @mockplusdev/plugin-typings

      Weekly Downloads

      0

      Version

      1.0.3

      License

      MIT

      Unpacked Size

      24.2 kB

      Total Files

      8

      Last publish

      Collaborators

      • mockplusdev