Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ElisePatrikainen/f4d159fbada2e4ad6616309c00eda546 to your computer and use it in GitHub Desktop.
Save ElisePatrikainen/f4d159fbada2e4ad6616309c00eda546 to your computer and use it in GitHub Desktop.
# 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