build(bazel): fix bazel types reference directive resolves (#25581)

PR Close #25581
This commit is contained in:
Greg Magolan
2018-08-20 12:58:33 -07:00
committed by Misko Hevery
parent 20b9c61d4c
commit 910381ddbd
8 changed files with 28 additions and 24 deletions

View File

@ -21,4 +21,5 @@ def ng_setup_workspace():
)
# 0.16.0: minimal version required to work with ng_module
check_rules_typescript_version("0.16.0")
# 0.16.2: bazel type resolution for zone.js types
check_rules_typescript_version("0.16.2")