We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a377fb2 + dc115a2 commit 0ccfec9Copy full SHA for 0ccfec9
packages/firebase/rollup.config.js
@@ -36,6 +36,8 @@ const typescriptPlugin = rollupTypescriptPlugin({
36
37
const typescriptPluginCDN = rollupTypescriptPlugin({
38
typescript,
39
+ allowJs: true,
40
+ include: ['*.ts', '**/*.ts', '*.js', '**/*.js'],
41
tsconfigOverride: {
42
compilerOptions: {
43
declaration: false
0 commit comments