mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 14:02:43 +08:00
Newly generated projects will now no longer have an explicit `lib` option defined within the TypeScript configuration for the workspace (`tsconfig.json`). This option will default to the `target` option value plus `DOM`. This combination is the same as the explicit value set in a new project. Removing the explicit option value will result in equivalent behavior without the need to duplicate the ES version in two places.