kibana/BUILD.bazel

10 lines
218 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.json",
"package.json"
],
visibility = ["//visibility:public"]
)