Skip to content

Commit

Permalink
chore: remove downlevelIteration from tsconfig
Browse files Browse the repository at this point in the history
Compiler option `downlevelIteration` is no longer needed because ES5 output is not supported by the Angular CLI anymore.
  • Loading branch information
Marcarrian authored and danielwiehl committed Nov 21, 2023
1 parent 61ad226 commit f6e1649
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
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 f6e1649

Please sign in to comment.