Files
Kristiyan Kostadinov 69dadd2502 feat(core): support TypeScript 5.1 (#50156)
Updates the project to support building with TypeScript 5.1.

PR Close #50156
2023-05-09 14:44:30 -07:00

10 lines
313 B
Python

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