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

committed by
Misko Hevery

parent
6fcf286344
commit
2e3cc45c74
@ -2,10 +2,10 @@ package(default_visibility = ["//visibility:public"])
|
||||
|
||||
exports_files([
|
||||
"tsconfig-build.json",
|
||||
"tsconfig-test.json",
|
||||
"tsconfig.json",
|
||||
])
|
||||
|
||||
load("@build_bazel_rules_typescript//:defs.bzl", "ts_config")
|
||||
load("//tools:defaults.bzl", "ts_library")
|
||||
|
||||
ts_library(
|
||||
@ -17,6 +17,12 @@ ts_library(
|
||||
],
|
||||
)
|
||||
|
||||
ts_config(
|
||||
name = "tsconfig-test",
|
||||
src = "tsconfig-test.json",
|
||||
deps = [":tsconfig-build.json"],
|
||||
)
|
||||
|
||||
exports_files([
|
||||
"license-banner.txt",
|
||||
"README.md",
|
||||
|
Reference in New Issue
Block a user