UNPKG

@googlemaps/map-loader

Version:

Automatic initialization and loading of the Maps JS API base map into the DOM

20 lines (19 loc) 326 B
{ "compilerOptions": { "declaration": true, "declarationDir": "./dist", "noImplicitAny": true, "outDir": "./dist", "sourceMap": true, "esModuleInterop": true, "lib": [ "DOM", "ESNext" ], "target": "ES6", "moduleResolution": "node" }, "include": [ "src/**/*" ] }