build: set a default module_name for ts_library rules (#28051)
PR Close #28051
This commit is contained in:

committed by
Alex Rickabaugh

parent
45bf911df8
commit
38343a2388
@ -8,6 +8,5 @@ ts_library(
|
||||
"index.ts",
|
||||
"src/**/*.ts",
|
||||
]),
|
||||
module_name = "@angular/compiler-cli/src/ngtsc/reflection",
|
||||
deps = ["@ngdeps//typescript"],
|
||||
)
|
||||
|
Reference in New Issue
Block a user