kibana/BUILD.bazel

11 lines
244 B
Python
Raw Normal View History

# Expose those targets as they are required as part of
# other packages builds and need to be included as inputs
exports_files(
[
"tsconfig.base.json",
"tsconfig.json",
"package.json"
],
visibility = ["//visibility:public"]
)