Skip to content

Commit

Permalink
fix(@schematics/angular): remove downlevelIteration from `tsconfig.…
Browse files Browse the repository at this point in the history
…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)
  • Loading branch information
alan-agius4 committed Nov 13, 2023
1 parent 3c20609 commit f7f62c9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"esModuleInterop": true,
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
Expand Down

0 comments on commit f7f62c9

Please sign in to comment.