build: remove now redundant bundle_dts = True
attribute (#29128)
This is now turned on by default in the ng_module macro PR Close #29128
This commit is contained in:
@ -10,7 +10,6 @@ ng_module(
|
||||
"src/**/*.ts",
|
||||
],
|
||||
),
|
||||
bundle_dts = True,
|
||||
deps = [
|
||||
"//packages:types",
|
||||
"//packages/common",
|
||||
|
@ -7,7 +7,6 @@ exports_files(["package.json"])
|
||||
ng_module(
|
||||
name = "testing",
|
||||
srcs = glob(["**/*.ts"]),
|
||||
bundle_dts = True,
|
||||
deps = [
|
||||
"//packages/compiler",
|
||||
"//packages/compiler/testing",
|
||||
|
Reference in New Issue
Block a user