mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
The `declaration` TypeScript option has been removed from the default generated `tsconfig` for new projects. This option was explicitly set to `false`. However, the default value for the option is already `false`. Also, the `sourceMap` option has been removed. Source map generation is controlled by the build options and not the TypeScript configuration.