Skip to content

Commit

Permalink
fix: Update target to ESNext in tsconfig.base.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisam committed Oct 29, 2024
1 parent ffe113a commit a3ad235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"sourceMap": true,

/* Basic Options */
"target": "ES2023",
"target": "ESNext",
"module": "CommonJS",

/* Strict Type-Checking Options */
Expand Down

0 comments on commit a3ad235

Please sign in to comment.