angular-cn/packages/tsc-wrapped/BUILD.bazel

12 lines
301 B
Python
Raw Normal View History

package(default_visibility=["//visibility:public"])
load("@build_bazel_rules_typescript//:defs.bzl", "ts_library")
ts_library(
name = "tsc-wrapped",
srcs = glob(["**/*.ts"], exclude=[
"test/**",
]),
module_name = "@angular/tsc-wrapped",
tsconfig = ":tsconfig-build.json",
)