mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* 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
11 lines
273 B
Text
11 lines
273 B
Text
# 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"]
|
|
)
|