mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
663703946e
We control most flags via Starlark and therefore limit configuration options via `tsconfig` to a minimum. We do not intend to support the enabled block types option via Starlark, so this commit allows for the option to be picked up. (This is useful for benchmarking the new control flow blocks). PR Close #51862