angular/packages/service-worker/testing/BUILD.bazel
Joey Perrott dfd068da9f build: use common macro to define tsconfig for service worker (#61341)
Define the tsconfig for service worker instead of manually including the tsconfig on each target

PR Close #61341
2025-05-14 10:43:26 -07:00

15 lines
294 B
Text

load("//tools:defaults2.bzl", "ng_project")
package(default_visibility = ["//visibility:public"])
ng_project(
name = "testing",
testonly = True,
srcs = glob(["**/*.ts"]),
interop_deps = [
"//packages/core",
],
deps = [
"//:node_modules/rxjs",
],
)