Skip to content

Commit 4f4b412

Browse files
authored
fix: set TypeScript target to ES2020
1 parent 550705f commit 4f4b412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"moduleResolution": "node",
55
"sourceMap": true,
66
"strict": true,
7-
"target": "esnext",
7+
"target": "es2020",
88
"allowJs": true,
99
"noEmit": true
1010
},

0 commit comments

Comments
 (0)