build: fix type-check errors introduced during rules_ts 0.21 (#27586)
PR Close #27586
This commit is contained in:

committed by
Alex Rickabaugh

parent
bf57e9d781
commit
50687e11cf
@ -4,6 +4,13 @@ ts_library(
|
||||
name = "test_lib",
|
||||
testonly = True,
|
||||
srcs = glob(["**/*.ts"]),
|
||||
deps = [
|
||||
"//packages:types",
|
||||
"//packages/benchpress",
|
||||
"//packages/core",
|
||||
"//packages/core/testing",
|
||||
"@ngdeps//protractor",
|
||||
],
|
||||
)
|
||||
|
||||
jasmine_node_test(
|
||||
|
Reference in New Issue
Block a user