Skip to content

Commit da593b0

Browse files
committed
fix(es6): remove es6-shim typings from es6 build
1 parent 8d1b36f commit da593b0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tsconfig.publish.es6.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
},
1515
"files": [
1616
"src/angularfire2.ts",
17-
"src/angularfire2_worker_app.ts",
18-
"src/angularfire2_worker_render.ts",
19-
"src/utils/absolute_path_resolver.ts",
20-
"src/utils/firebase_object_factory.ts",
21-
"typings/main.d.ts"
17+
"typings/main/ambient/firebase/firebase.d.ts"
2218
]
2319
}

0 commit comments

Comments
 (0)