Usages

安装

yarn add @mastergo/plugin-typings

接着配置 tsconfig.json 文件:

{
  "compilerOptions": {
    // ...
    "types": ["@mastergo/plugin-typings"]
  }
  // ...
}