Skip to content

Commit

Permalink
Downgrade target to ES2023 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjanitsch authored Dec 3, 2024
1 parent e606ba6 commit 779c806
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
Expand Up @@ -11,7 +11,7 @@
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"strict": true,
"target": "ES2024",
"target": "ES2023",
"tsBuildInfoFile": ".tsbuildinfo"
}
}

0 comments on commit 779c806

Please sign in to comment.