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 5c23777 commit fdde4d7Copy full SHA for fdde4d7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angularfire2",
3
- "version": "5.1.2",
+ "version": "5.2.0",
4
"description": "The official library of Firebase and Angular.",
5
"private": true,
6
"scripts": {
src/schematics/tsconfig-esm.json
@@ -1,7 +1,8 @@
"extends": "./tsconfig-build.json",
"compilerOptions": {
- "target": "es5",
+ "target": "es6",
+ "module": "commonjs",
"outDir": "../../dist/packages-dist/schematics",
7
"declaration": true
8
},
0 commit comments