mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ce68b4d839
PR Close #28186
17 lines
315 B
Python
17 lines
315 B
Python
load("//tools:defaults.bzl", "ts_library")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
exports_files(["package.json"])
|
|
|
|
ts_library(
|
|
name = "testing",
|
|
srcs = glob([
|
|
"*.ts",
|
|
]),
|
|
deps = [
|
|
"//packages/service-worker/cli",
|
|
"//packages/service-worker/config",
|
|
],
|
|
)
|