Created
May 1, 2018 03:48
-
-
Save ElisePatrikainen/f4d159fbada2e4ad6616309c00eda546 to your computer and use it in GitHub Desktop.
From the official demo: https://github.com/alexeagle/angular-bazel-example/blob/master/WORKSPACE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Fetch and install the TypeScript rules | |
http_archive( | |
name = "build_bazel_rules_typescript", | |
url = "https://github.com/bazelbuild/rules_typescript/archive/0.12.3.zip", | |
strip_prefix = "rules_typescript-0.12.3", | |
sha256 = "967068c3540f59407716fbeb49949c1600dbf387faeeab3089085784dd21f60c", | |
) | |
load("@build_bazel_rules_typescript//:defs.bzl", "ts_setup_workspace") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment