Skip to content

Commit

Permalink
build: update target from 2019 to 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan committed Dec 30, 2023
1 parent 7385a87 commit 14a23a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"noUnusedParameters": true,
"strict": true,
"skipLibCheck": true,
"target": "es2019",
"target": "es2022",
"jsx": "react",
"lib": ["dom", "dom.iterable", "esnext"]
},
Expand Down

0 comments on commit 14a23a7

Please sign in to comment.