kibana/BUILD.bazel
Tiago Costa d779fa460e
chore(NA): moving @kbn/analytics into bazel (#98917) (#99134)
* chore(NA): moving @kbn/analytics into bazel

* chore(NA): fix type check for package migration

* chore(NA): fix type check for package migration

* chore(NA): fix type check for package migration

* chore(NA): separate type generating from server code

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	packages/kbn-analytics/scripts/build.js
2021-05-03 19:44:07 -04:00

12 lines
273 B
Python

# 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.browser.json",
"tsconfig.json",
"package.json"
],
visibility = ["//visibility:public"]
)