angular/integration/typings_test_ts54/BUILD.bazel
Kristiyan Kostadinov 974958913c feat(core): support TypeScript 5.4 (#54414)
Adds support for TypeScript 5.4 to the project.

PR Close #54414
2024-02-26 18:29:09 -08:00

9 lines
313 B
Text

load("//integration:index.bzl", "ng_integration_test")
ng_integration_test(
name = "test",
# Special case for `typings_test_ts54` test as we want to pin
# `typescript` at version 5.4.x for that test and not link to the
# root @npm//typescript package.
pinned_npm_packages = ["typescript"],
)