angular/integration/platform-server-hydration/BUILD.bazel
Kristiyan Kostadinov e5a6f91722 feat(core): support TypeScript 5.5 (#56096)
Updates the repo to add support for TypeScript 5.5. Includes resolving some compilation errors and broken tests.

PR Close #56096
2024-05-29 15:33:33 +02:00

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",
)