build: update rules_typescript (#27586)
This release of rules_typescript fixes a critical bug: typescript code was not checked at all, including type-checking, tsetse, and strict deps fixes #27569 PR Close #27586
This commit is contained in:

committed by
Alex Rickabaugh

parent
05cdfb90e9
commit
bf57e9d781
@ -30,8 +30,8 @@ def rules_angular_dependencies():
|
||||
_maybe(
|
||||
http_archive,
|
||||
name = "build_bazel_rules_typescript",
|
||||
url = "https://github.com/bazelbuild/rules_typescript/archive/0.21.0.zip",
|
||||
strip_prefix = "rules_typescript-0.21.0",
|
||||
url = "https://github.com/bazelbuild/rules_typescript/archive/0.22.0.zip",
|
||||
strip_prefix = "rules_typescript-0.22.0",
|
||||
)
|
||||
|
||||
# Needed for Remote Execution
|
||||
|
Reference in New Issue
Block a user