mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 05:52:41 +08:00
With this change we update the TypeScript target of server compilation unit for new projects. - E2E target has been update from `es2018` to `es2019` - Browser target has been update from `es2015` to `es2017` - Server target has been update from `es2016` to `es2019`