angular/packages/compiler/test/ml_parser/util/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

12 lines
249 B
Text

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