build(bazel): specify tsconfig-test dependency (#28696)

PR Close #28696
This commit is contained in:
Cody Schroeder
2019-02-13 09:16:27 -08:00
committed by Misko Hevery
parent 6fcf286344
commit 2e3cc45c74
3 changed files with 9 additions and 3 deletions

View File

@ -5,7 +5,7 @@ load("//tools:defaults.bzl", "ts_library")
ts_library(
name = "testing_examples",
srcs = glob(["**/*.ts"]),
tsconfig = "//packages:tsconfig-test.json",
tsconfig = "//packages:tsconfig-test",
deps = [
"@ngdeps//@types/jasmine",
"@ngdeps//@types/node",