build: allow passing node options to ngc. (#22245)

PR Close #22245
This commit is contained in:
Martin Probst
2018-02-15 22:43:15 +01:00
committed by Victor Berchet
parent 7c3b95b4ab
commit 9cca5a8c9c
3 changed files with 15 additions and 16 deletions

View File

@ -13,8 +13,8 @@ node_repositories(package_json = ["//:package.json"])
git_repository(
name = "build_bazel_rules_typescript",
remote = "https://github.com/bazelbuild/rules_typescript.git",
commit = "d3ad16d1f105e2490859da9ad528ba4c45991d09"
commit = "d3cc5cd72d89aee0e4c2553ae1b99c707ecbef4e",
remote = "https://github.com/bazelbuild/rules_typescript",
)
load("@build_bazel_rules_typescript//:defs.bzl", "ts_setup_workspace")