Skip to content

Commit

Permalink
chore: add downlevelIteration option
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Feb 28, 2025
1 parent acd0d02 commit ef88ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"downlevelIteration": true,
"baseUrl": ".",
"rootDir": ".",
"allowJs": true,
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"downlevelIteration": true,
"allowJs": true,
"skipLibCheck": true,
"strict": true,
Expand Down

0 comments on commit ef88ec7

Please sign in to comment.