Skip to content

Commit

Permalink
Update tsconfig to ES2022
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Fields committed Oct 27, 2023
1 parent 2dabb80 commit 4b033e2
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,8 +1,8 @@
{
"compilerOptions": {
"lib": ["ES2021"],
"lib": ["ES2022"],
"module": "commonjs",
"target": "ES2021",
"target": "ES2022",
"outDir": "out",
"noImplicitOverride": true,
"noImplicitReturns": true,
Expand Down

0 comments on commit 4b033e2

Please sign in to comment.