angular/packages/service-worker/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

16 lines
376 B
Text

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