build: enable bundle_dts for common package (#28834)

PR Close #28834
This commit is contained in:
Alan
2019-02-20 07:35:19 +01:00
committed by Andrew Kushnir
parent 9c1ced102e
commit d5a8be76f2
4 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@ exports_files(["package.json"])
ng_module(
name = "testing",
srcs = glob(["**/*.ts"]),
bundle_dts = True,
deps = [
"//packages/common",
"//packages/core",