mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
12 lines
249 B
Text
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",
|
|
],
|
|
)
|