build: update to latest @bazel/typescript (#19277)

Switches devmode output of an ng_module to UMD
This commit is contained in:
Alex Eagle
2017-09-25 12:40:22 -07:00
committed by Victor Berchet
parent e224e3d62d
commit 9ad4b3bd31
12 changed files with 40 additions and 18 deletions
+3 -1
View File
@@ -1,9 +1,11 @@
workspace(name = "angular_src")
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "build_bazel_rules_nodejs",
remote = "https://github.com/bazelbuild/rules_nodejs.git",
tag = "0.0.2",
tag = "0.1.6",
)
load("@build_bazel_rules_nodejs//:defs.bzl", "node_repositories")