Skip to content

Commit

Permalink
Bump compilation target to es2021
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Jul 25, 2023
1 parent 5523171 commit e267ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/typescript/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2020",
"target": "ES2021",
"module": "commonjs",
"declaration": true,
"declarationMap": true,
Expand Down

0 comments on commit e267ab9

Please sign in to comment.