build: Bazel builds ngfactories for packages/core (#18289)
PR Close #18289
This commit is contained in:
13
packages/compiler/BUILD.bazel
Normal file
13
packages/compiler/BUILD.bazel
Normal file
@ -0,0 +1,13 @@
|
||||
package(default_visibility=["//visibility:public"])
|
||||
load("@build_bazel_rules_typescript//:defs.bzl", "ts_library")
|
||||
|
||||
ts_library(
|
||||
name = "compiler",
|
||||
srcs = glob(["**/*.ts"], exclude=[
|
||||
"test/**",
|
||||
"testing/**",
|
||||
]),
|
||||
module_name = "@angular/compiler",
|
||||
deps = ["//packages/core"],
|
||||
tsconfig = ":tsconfig-build.json",
|
||||
)
|
Reference in New Issue
Block a user