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

View File

@ -8,6 +8,5 @@ ts_library(
"testing/**",
]),
module_name = "@angular/compiler",
deps = [],
tsconfig = ":tsconfig-build.json",
)