Skip to content

Commit c7b7e59

Browse files
committed
fix(@schematics/angular): remove downlevelIteration from tsconfig.json for new workspaces
We no longer need `downlevelIteration` as ES5 is output is no longer supported by the CLI.
1 parent 7a81aab commit c7b7e59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"esModuleInterop": true,
1313
"sourceMap": true,
1414
"declaration": false,
15-
"downlevelIteration": true,
1615
"experimentalDecorators": true,
1716
"moduleResolution": "node",
1817
"importHelpers": true,

0 commit comments

Comments
 (0)