Closed
Description
Currently there are ".js" files generated which are "es modules". Since there is no "type": "module"
in the package.json, this is simply illegal as far as I can tell. It creates issues when trying to load firebase with jest
and jsdom
.
Either we have to make this a module or always use .mjs
for all modules.