Skip to content

Commit

Permalink
Update ECMAScript version from 2019 to 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Jul 8, 2024
1 parent 0960ff6 commit 21d6627
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 @@ -3,7 +3,7 @@
"inlineSources": false,
"module": "node16",
"moduleResolution": "node16",
"target": "ES2019",
"target": "ES2020",
"esModuleInterop": true,
"baseUrl": ".",
"paths": {
Expand Down

0 comments on commit 21d6627

Please sign in to comment.