Skip to content

Commit

Permalink
Merge dc115a2 into a377fb2
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque authored Sep 16, 2024
2 parents a377fb2 + dc115a2 commit 0ccfec9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/firebase/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ const typescriptPlugin = rollupTypescriptPlugin({

const typescriptPluginCDN = rollupTypescriptPlugin({
typescript,
allowJs: true,
include: ['*.ts', '**/*.ts', '*.js', '**/*.js'],
tsconfigOverride: {
compilerOptions: {
declaration: false
Expand Down

0 comments on commit 0ccfec9

Please sign in to comment.