angular/packages/compiler/test/expression_parser/utils/BUILD.bazel
Joey Perrott 2fcafb65c5 build: rename defaults2.bzl to defaults.bzl (#63383)
Use defaults.bzl for the common macros

PR Close #63383
2025-08-25 15:45:01 -07:00

15 lines
270 B
Text

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