Skip to content

Commit

Permalink
Target ES2021 temporary
Browse files Browse the repository at this point in the history
Due to issue with wrangler
  • Loading branch information
webda2l authored Nov 22, 2024
1 parent 899a431 commit 29ae9f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/* Base Options: */
"esModuleInterop": true,
"skipLibCheck": true,
"target": "ESNext",
"target": "ES2021",
"allowJs": true,
"resolveJsonModule": true,
"moduleDetection": "force",
Expand All @@ -21,4 +21,4 @@
"@/*": ["./src/*"],
}
},
}
}

0 comments on commit 29ae9f5

Please sign in to comment.