Files
Kristiyan Kostadinov 9cc52b9b85 feat(core): support TypeScript 5.2 (#51334)
Updates the project to support TypeScript 5.2.

PR Close #51334
2023-08-18 07:55:16 -07:00

10 lines
313 B
Python

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