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 db61e02 commit d0dca90Copy full SHA for d0dca90
packages/app/package.json
@@ -68,7 +68,7 @@
68
"bugs": {
69
"url": "https://github.com/firebase/firebase-js-sdk/issues"
70
},
71
- "typings": "dist/index.d.ts",
+ "typings": "dist/app/index.d.ts",
72
"nyc": {
73
"extension": [
74
".ts"
packages/installations/package.json
@@ -4,7 +4,7 @@
4
"main": "dist/index.cjs.js",
5
"module": "dist/index.esm.js",
6
"esm2017": "dist/index.esm2017.js",
7
- "types": "dist/index.d.ts",
+ "types": "dist/src/index.d.ts",
8
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
9
"license": "Apache-2.0",
10
"scripts": {
0 commit comments