mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Updates the repo to add support for TypeScript 5.5. Includes resolving some compilation errors and broken tests. PR Close #56096
12 lines
361 B
Text
12 lines
361 B
Text
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",
|
|
)
|