Skip to content

Commit

Permalink
update tsc target
Browse files Browse the repository at this point in the history
  • Loading branch information
erikian committed Jan 11, 2025
1 parent 5dac9b6 commit be7a2d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2017",
"target": "ES2023",
"lib": [
"es2017"
"ES2023"
],
"sourceMap": true,
"strict": true,
Expand Down

0 comments on commit be7a2d0

Please sign in to comment.