Skip to content

Commit

Permalink
chore(typescript): update TS target to "ES2022"
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 authored Apr 30, 2024
1 parent 61b5ef6 commit 4189507
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
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2017",
"target": "ES2022",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 4189507

Please sign in to comment.