Skip to content

Commit

Permalink
Revert "chore: bump target to es2021"
Browse files Browse the repository at this point in the history
This reverts commit 5190845.
  • Loading branch information
enisdenjo committed Mar 9, 2023
1 parent 5190845 commit ed9e179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"moduleResolution": "node",
"target": "es2021",
"target": "es2017",
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
Expand Down

0 comments on commit ed9e179

Please sign in to comment.