Skip to content

Commit

Permalink
Use ES2022 for Error causes
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Nov 28, 2023
1 parent a747916 commit 4c5b77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"emitDecoratorMetadata": true,
"module": "commonjs",
"moduleResolution": "node",
"target": "es2020",
"target": "ES2022",
"noImplicitAny": false,
"sourceMap": true,
"outDir": "./lib",
Expand Down

0 comments on commit 4c5b77b

Please sign in to comment.