Files
Kristiyan Kostadinov dd42974b07 feat(core): support TypeScript 4.9 (#48005)
Updates to TypeScript 4.9 and resolves some of the errors and deprecation warnings that showed up as a result.

PR Close #48005
2022-12-06 10:45:33 -08:00

10 lines
313 B
Python

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