Skip to content

Commit

Permalink
chore: changing target to ES2021
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Mar 12, 2024
1 parent 378bf3e commit 59f001d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "es2022",
"lib": ["ES2021"],
"target": "ES2021",
"module": "Node16",
"moduleResolution": "Node16",
"outDir": "dist",
Expand Down

0 comments on commit 59f001d

Please sign in to comment.