build(bazel): update to rules_nodejs 0.11.2 and latest rules_typescript (#25365)
PR Close #25365
This commit is contained in:

committed by
Kara Erickson

parent
2f23533a25
commit
01e62551f5
@ -46,6 +46,7 @@ ts_library(
|
||||
name = "test_lib",
|
||||
testonly = True,
|
||||
srcs = glob(["test/*.ts"]),
|
||||
tsconfig = "//tools:tsconfig.json",
|
||||
deps = [":lib"],
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user