mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
974958913c
Adds support for TypeScript 5.4 to the project. PR Close #54414
10 lines
313 B
Python
10 lines
313 B
Python
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"],
|
|
)
|