angular/integration/typings_test_ts60/BUILD.bazel
Kristiyan Kostadinov 81cabc1477 feat(core): add support for TypeScript 6
Updates the project to support TypeScript 6 and accounts for some of the breakages.
2026-02-17 08:40:38 -08:00

5 lines
98 B
Text

load("//integration:index.bzl", "ng_integration_test")
ng_integration_test(
name = "test",
)