Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.09 KB

README-zh-hans.md

File metadata and controls

48 lines (32 loc) · 1.09 KB

高德地图类型定义文件

npm version

高德地图 JavaScript API 的 TypeScript 类型定义文件

English | 简体中文

安装

npm install amap-js-api-typings

用法

你可以将该类型定义文件加到项目的 tsconfig.json 编译配置中。例如:

{
  "compilerOptions": {
    "typeRoots" : [
      "./node_modules/@types",
      "./node_modules/amap-js-api-typings",
      "./typings",
    ]
  }
}

或者搭配 三斜线指令 使用。例如:

// ./typings/global.d.ts
/// <reference types="amap-js-api-typings" />

鸣谢

感谢 @types/amap-js-api 等包的贡献者,尤其是 breeze9527

贡献

欢迎提交 PR。

许可证

MIT © Qingrong Ke