0.0.1 • Published 1 month ago

@amap/amap-loca-types v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@amap/amap-loca-types

@amap/amap-loca-types 是高德Loca 2.0 的typings文件。

安装

npm i -S @amap/amap-loca-types

用法

tsconfig.json配置示例

配置types

{
  "compilerOptions": {
    "types": ["@amap/amap-loca-types"]
  }
}

配置files

{
  "files": ["node_modules/@amap/amap-jsapi-types/index.d.ts", "node_modules/@amap/amap-loca-types/index.d.ts"]
}

ts文件使用

/// <reference types="@amap/amap-loca-types" />

0.0.1

1 month ago