Skip to content

Aomd/AMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMap TS高德开发api代码提示


使用

npm i aomd-amap


// 将node_modules/aomd-amap 移动至 node_modules/@types 文件夹内
move "./node_modules/aomd-amap" "./node_modules/@types/aomd-amap"

or

// jsconfig.json
{
  "compilerOptions": {
    "target": "es6",
    "module": "commonJS",
    "experimentalDecorators": true,
    "allowSyntheticDefaultImports": true
  },
  "exclude": [
    "node_modules"
  ],
  "include": [
    "src/**/*",
    "node_modules/@types/**/*",
    "node_modules/aomd-amap/**/*",
  ],
  "path": {
    "@/*": ["./src/*"]
  }
}

Releases

No releases published

Packages

No packages published