Skip to content

Commit f7f62c9

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. (cherry picked from commit c7b7e59)
1 parent 3c20609 commit f7f62c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
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)