angular/packages/core/schematics/utils/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

15 lines
465 B
Text

load("//tools:defaults2.bzl", "ts_project")
ts_project(
name = "utils",
srcs = glob(["**/*.ts"]),
visibility = ["//packages/core/schematics:__subpackages__"],
deps = [
"//:node_modules/@angular-devkit/core",
"//:node_modules/@angular-devkit/schematics",
"//:node_modules/typescript",
"//packages/compiler",
"//packages/compiler-cli/private",
"//packages/compiler-cli/src/ngtsc/file_system",
],
)