angular/packages/service-worker/testing/BUILD.bazel
Joey Perrott cbc258eec8 build: remove ts_project_interop infrastructure (#62908)
Remove the interop macros and final usages

PR Close #62908
2025-07-31 09:12:58 +00:00

13 lines
266 B
Text

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