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

PR Close #25169
This commit is contained in:
Greg Magolan
2018-07-27 11:32:51 -07:00
committed by Igor Minar
parent 4ee9db959a
commit 5254d3447d
11 changed files with 48 additions and 28 deletions

View File

@ -5,6 +5,7 @@ ts_library(
name = "ts_spec",
testonly = True,
srcs = ["test.spec.ts"],
tsconfig = ":tsconfig.json",
)
ts_library(