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 238fc88 commit bc64aa9Copy full SHA for bc64aa9
workspace.json
@@ -360,13 +360,21 @@
360
"assets": [
361
"packages/firebase-admob/*.md",
362
"packages/firebase-admob/index.d.ts",
363
- "packages/firebase-admob/nativead/index.d.ts",
364
- "packages/firebase-admob/adconsent/index.d.ts",
365
"LICENSE",
366
{
367
"glob": "**/*",
368
"input": "packages/firebase-admob/platforms/",
369
"output": "./platforms/"
+ },
+ {
370
+ "glob": "**/*.d.ts",
371
+ "input": "packages/firebase-admob/nativead/",
372
+ "output": "./nativead/"
373
374
375
376
+ "input": "packages/firebase-admob/adsconsent/",
377
+ "output": "./adsconsent/"
378
}
379
]
380
0 commit comments