UNPKG

@vuemap/amap-jsapi-loader

Version:

高德官网提供的地图JSAPI加载器,可以避免多种异步加载API的错误用法

22 lines (21 loc) 479 B
{ "compilerOptions": { "allowJs": true, "strict": true, "module": "ES6", "target": "ES2018", "noImplicitAny": false, "declaration": true, "moduleResolution": "Node", "esModuleInterop": true, "jsx": "preserve", "sourceMap": true, "lib": ["ES2018", "DOM"], "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, }, "include": [ "src", ], }