We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249273f commit 5474fb7Copy full SHA for 5474fb7
1 file changed
WORKSPACE
@@ -35,9 +35,9 @@ http_archive(
35
36
http_archive(
37
name = "build_bazel_rules_typescript",
38
- url = "https://github.com/bazelbuild/rules_typescript/archive/0.15.0.zip",
39
- strip_prefix = "rules_typescript-0.15.0",
40
- sha256 = "1aa75917330b820cb239b3c10a936a10f0a46fe215063d4492dd76dc6e1616f4",
+ url = "https://github.com/rkirov/rules_typescript/archive/v0.16.0.zip",
+ strip_prefix = "rules_typescript-0.16.0",
+ sha256 = "f5aedd3a792e5af19cd0c0f0318cb692e2989e816e896e794152d07808fccacd",
41
)
42
43
load("@build_bazel_rules_typescript//:defs.bzl", "ts_setup_workspace")
0 commit comments