Charles Lyding 85f75aa6ba refactor(@schematics/angular): remove explicit TypeScript lib option for new projects
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.
2024-08-29 19:23:43 -04:00
..