mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
14 lines
357 B
Text
14 lines
357 B
Text
load("//tools:defaults.bzl", "ts_project")
|
|
|
|
ts_project(
|
|
name = "helpers",
|
|
testonly = True,
|
|
srcs = glob(
|
|
["**/*.ts"],
|
|
),
|
|
visibility = ["//packages/localize/tools/test:__subpackages__"],
|
|
deps = [
|
|
"//packages/compiler-cli/src/ngtsc/file_system",
|
|
"//packages/compiler-cli/src/ngtsc/file_system/testing",
|
|
],
|
|
)
|