angular/packages/compiler/test/expression_parser/utils/BUILD.bazel
Joey Perrott 8bf97d1370 build: remove all usages of the interop_deps attr for ts_project and ng_project (#62732)
Remove all of the usages of interop_deps as attributes in the repo

PR Close #62732
2025-07-21 13:03:09 -04:00

15 lines
284 B
Text

load("//tools:defaults2.bzl", "ts_project")
ts_project(
name = "utils",
testonly = True,
srcs = glob(
["*.ts"],
),
visibility = [
"//packages/compiler/test:__subpackages__",
],
deps = [
"//packages/compiler:compiler_rjs",
],
)