
This commit modifies the Bazel builder to copy the Bazel WORKSPACE and BUILD.bazel files to the project root directory before invoking Bazel. This hides the Bazel files from users. PR Close #29110
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
package(default_visibility = ["//visibility:public"])
|
|
|
|
# This export allows targets in other packages to reference files that live
|
|
# in this package.
|
|
exports_files([
|
|
"tsconfig.json",
|
|
])
|