aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorMatthew Soulanille <msoulanille@google.com>2020-06-01 15:50:07 -0700
committerCQ Bot Account <commit-bot@chromium.org>2020-06-05 16:13:19 +0000
commit376d797a03795784f750418ba6c2a145e2041df5 (patch)
treeafaabf1dc45cff077ab71ba71e458942bd54d3e8 /BUILD
parentd597e465b958f078f9421d3738410b31c525c479 (diff)
downloadpigweed-376d797a03795784f750418ba6c2a145e2041df5.tar.gz
Setup pw_web_ui with Bazel and Jasmine
Initialize the pw_web_ui package and add Bazel as a build system. Add a single example test in `src/transport/web_serial_transport_test.ts` to verify Bazel can build and run Jasmine tests. HAS_TO_BE_LARGE=Initializing a new package. Most of this is due to yarn.lock. Change-Id: Ie3adbdba5a91de9a5f16205be8077bafb3a1fee3
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 4a0181bd1..31c2571d1 100644
--- a/BUILD
+++ b/BUILD
@@ -13,3 +13,4 @@
# the License.
licenses(["notice"]) # Apache License 2.0
+exports_files(["tsconfig.json"], visibility = ["//:__subpackages__"])