We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63098fc commit c3c4583Copy full SHA for c3c4583
package.json
@@ -1,5 +1,6 @@
1
{
2
"name": "@googlemaps/js-api-loader",
3
+ "type": "commonjs",
4
"version": "1.16.4",
5
"description": "Wrapper for the loading of Google Maps JavaScript API script in the browser",
6
"keywords": [
@@ -19,7 +20,7 @@
19
20
"main": "dist/index.umd.js",
21
"unpkg": "dist/index.min.js",
22
"module": "dist/index.esm.js",
- "types": "dist/index.d.ts",
23
+ "types": "dist/src/index.d.ts",
24
"files": [
25
"dist/",
26
"src/"
0 commit comments