Skip to content

Commit bc64aa9

Browse files
committed
fix(admob): missing typings
1 parent 238fc88 commit bc64aa9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

workspace.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,13 +360,21 @@
360360
"assets": [
361361
"packages/firebase-admob/*.md",
362362
"packages/firebase-admob/index.d.ts",
363-
"packages/firebase-admob/nativead/index.d.ts",
364-
"packages/firebase-admob/adconsent/index.d.ts",
365363
"LICENSE",
366364
{
367365
"glob": "**/*",
368366
"input": "packages/firebase-admob/platforms/",
369367
"output": "./platforms/"
368+
},
369+
{
370+
"glob": "**/*.d.ts",
371+
"input": "packages/firebase-admob/nativead/",
372+
"output": "./nativead/"
373+
},
374+
{
375+
"glob": "**/*.d.ts",
376+
"input": "packages/firebase-admob/adsconsent/",
377+
"output": "./adsconsent/"
370378
}
371379
]
372380
}

0 commit comments

Comments
 (0)