Skip to content

Commit

Permalink
chore: update tsconfig to target es2022
Browse files Browse the repository at this point in the history
  • Loading branch information
charsleysa committed Sep 20, 2024
1 parent 84fa1ec commit 58225c6
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,6 +1,6 @@
{
"compilerOptions": {
"target": "es2016",
"target": "es2022",
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
Expand All @@ -9,7 +9,7 @@
"importHelpers": true,
"pretty": true,
"sourceMap": true,
"lib": ["es2017", "esnext.asynciterable"],
"lib": ["es2022", "esnext.asynciterable"],
"strict": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
Expand Down

0 comments on commit 58225c6

Please sign in to comment.