build(bazel): specify tsconfig-test dependency (#28696)
PR Close #28696
This commit is contained in:

committed by
Misko Hevery

parent
6fcf286344
commit
2e3cc45c74
@ -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",
|
||||
|
Reference in New Issue
Block a user