build(bazel): update to rules_nodejs 0.11.2 and latest rules_typescript (#25365)

PR Close #25365
This commit is contained in:
Greg Magolan
2018-07-27 11:32:51 -07:00
committed by Kara Erickson
parent 2f23533a25
commit 01e62551f5
11 changed files with 47 additions and 27 deletions

View File

@ -46,6 +46,7 @@ ts_library(
name = "test_lib",
testonly = True,
srcs = glob(["test/*.ts"]),
tsconfig = "//tools:tsconfig.json",
deps = [":lib"],
)