Skip to content

Commit 7992218

Browse files
clydinalan-agius4
authored andcommitted
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.
1 parent e72eb05 commit 7992218

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/schematics/angular/workspace/files/tsconfig.json.template

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
"skipLibCheck": true,
1313
"isolatedModules": true,
1414
"esModuleInterop": true,
15-
"sourceMap": true,
16-
"declaration": false,
1715
"experimentalDecorators": true,
1816
"moduleResolution": "bundler",
1917
"importHelpers": true,

0 commit comments

Comments
 (0)