Skip to content

Commit

Permalink
fix(tsconfig): allow downLevelIteration
Browse files Browse the repository at this point in the history
  • Loading branch information
TasoOneAsia committed Dec 31, 2021
1 parent a733a8b commit fc2a905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phone/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"downlevelIteration": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit fc2a905

Please sign in to comment.