angular-cn/packages/common/locales/BUILD.bazel

16 lines
344 B
Python
Raw Normal View History

package(default_visibility = ["//visibility:public"])
load("@build_bazel_rules_typescript//:defs.bzl", "ts_library")
ts_library(
name = "locales",
srcs = glob(
["**/*.ts"],
exclude = ["closure-locale.ts"],
),
module_name = "@angular/common/locales",
tsconfig = "//packages:tsconfig",
deps = [
],
)