build: add tsconfig-test to dependency for tsconfig in core/test/strict_types (#31471)
PR Close #31471
This commit is contained in:

committed by
Matias Niemelä

parent
80fa84c177
commit
32aa18be78
@ -1,14 +1,23 @@
|
||||
package(default_visibility = ["//visibility:private"])
|
||||
|
||||
load("@npm_bazel_typescript//:index.bzl", "ts_config")
|
||||
load("//tools:defaults.bzl", "jasmine_node_test", "ts_library")
|
||||
|
||||
ts_config(
|
||||
name = "tsconfig",
|
||||
src = "tsconfig.json",
|
||||
deps = [
|
||||
"//tools:tsconfig-test",
|
||||
],
|
||||
)
|
||||
|
||||
ts_library(
|
||||
name = "strict_types_lib",
|
||||
testonly = True,
|
||||
srcs = glob(
|
||||
["**/*.ts"],
|
||||
),
|
||||
tsconfig = ":tsconfig.json",
|
||||
tsconfig = ":tsconfig",
|
||||
deps = [
|
||||
"//packages/core",
|
||||
],
|
||||
|
Reference in New Issue
Block a user