build: fix type-check errors introduced during rules_ts 0.21 (#27586) (#27590)

PR Close #27586

PR Close #27590
This commit is contained in:
Alex Eagle
2018-12-10 14:36:45 -08:00
committed by Alex Rickabaugh
parent 7b1f3527be
commit 01114dc10a
4 changed files with 10 additions and 0 deletions

View File

@ -8,6 +8,7 @@ ts_library(
),
deps = [
"//packages/service-worker/config",
"//packages/service-worker/config/testing",
],
)