fix(bazel): add @npm//tslib dep to e2e ts_library target in bazel-workspace schematic (#28358)

PR Close #28358
This commit is contained in:
Greg Magolan 2019-01-24 22:06:42 -05:00 committed by Jason Aden
parent b2811e50c5
commit c522e03fe9
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ ts_library(
"@npm//@types/node",
"@npm//jasmine",
"@npm//protractor",
"@npm//tslib",
],
data = [
"//:tsconfig.json",