angular/aio/tools/transforms/BUILD.bazel
Derek Cormier 8678550a94 build(bazel): create targets for aio docs tests
This replaces the docs-test npm script
2022-11-22 13:51:16 -07:00

9 lines
220 B
Text

load("@build_bazel_rules_nodejs//:index.bzl", "js_library")
package(default_visibility = ["//visibility:public"])
js_library(
name = "transforms",
srcs = ["config.js"],
visibility = [":__subpackages__"],
)