Charles Lyding 7992218a9c fix(@schematics/angular): remove declaration and sourceMap from default tsconfig
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.
2024-08-20 23:57:15 +02:00
..