mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e5a6f91722
Updates the repo to add support for TypeScript 5.5. Includes resolving some compilation errors and broken tests. PR Close #56096
13 lines
361 B
Python
13 lines
361 B
Python
load("//integration:index.bzl", "ng_integration_test")
|
|
|
|
ng_integration_test(
|
|
name = "test",
|
|
# TODO(crisbeto): Pinned temporarily until the CLI is updated to support TS 5.5.
|
|
pinned_npm_packages = ["typescript"],
|
|
setup_chromium = True,
|
|
track_payload_paths = [
|
|
"/browser",
|
|
],
|
|
track_payload_size = "platform-server-hydration",
|
|
)
|