mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b86d01dbc1
We need to explicitly set the `enableIvy` option in a tsconfig file to tell StackBlitz not to use ViewEngine. This commit will generate an appropriate tsconfig.json file in the example data that is sent to StackBlitz, which matches the Ivy setting of the AIO project itself. PR Close #40930