Skip to content

Commit

Permalink
revert bump of es target
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jun 17, 2024
1 parent 05bb48d commit 47c0797
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": {
"allowJs": false,
"target": "es2022",
"target": "es2020",
"declaration": true,
"module": "commonjs",
"types": [
Expand Down

0 comments on commit 47c0797

Please sign in to comment.