Files
Joey Perrott 875ea30d6b build: remove ts_project_interop infrastructure (#62909)
Remove the interop macros and final usages

PR Close #62909
2025-07-31 09:14:25 +00:00

12 lines
256 B
Python

load("//devtools/tools:defaults.bzl", "ts_project")
package(default_visibility = ["//visibility:public"])
ts_project(
name = "ng-devtools-backend",
srcs = ["index.ts"],
deps = [
"//devtools/projects/ng-devtools-backend/src",
],
)