Skip to content

Commit fdde4d7

Browse files
committed
Target es6 & commonjs
1 parent 5c23777 commit fdde4d7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularfire2",
3-
"version": "5.1.2",
3+
"version": "5.2.0",
44
"description": "The official library of Firebase and Angular.",
55
"private": true,
66
"scripts": {

src/schematics/tsconfig-esm.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "./tsconfig-build.json",
33
"compilerOptions": {
4-
"target": "es5",
4+
"target": "es6",
5+
"module": "commonjs",
56
"outDir": "../../dist/packages-dist/schematics",
67
"declaration": true
78
},

0 commit comments

Comments
 (0)