Skip to content

Commit 060b025

Browse files
authored
fix: update target to es2022
1 parent f172e79 commit 060b025

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

module.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"compilerOptions": {
3-
"lib": ["es2020", "DOM"],
3+
"lib": ["es2022", "DOM"],
44
"module": "nodenext",
55
"moduleResolution": "nodenext",
6-
"target": "es2020",
6+
"target": "es2022",
77
"resolveJsonModule": true,
88
"checkJs": true,
99
"allowJs": true,

0 commit comments

Comments
 (0)