Files
Kristiyan Kostadinov 99d874fe3b feat(core): add support for TypeScript 5.0 (#49126)
Updates the project to support TypeScript 5.0 and to resolve any errors that came up as a result of the update.

PR Close #49126
2023-02-28 08:24:47 -08:00

10 lines
313 B
Python

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