Paul Gschwendtner 9b883fe288 build: migrate @angular/build to ts_project
This commit migrates `@angular/build` to `ts_project`.
2024-12-26 08:55:05 -07:00

13 lines
269 B
Python

load("//tools:interop.bzl", "ts_project")
package(default_visibility = ["//visibility:public"])
ts_project(
name = "private",
srcs = ["index.ts"],
module_name = "@angular/build/private",
deps = [
"//packages/angular/build:build_rjs",
],
)