Skip to content

Commit e57b0b7

Browse files
committed
chore(typescript): upgrade target from es2020 to es2021
1 parent fa93bb4 commit e57b0b7

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
@@ -7,7 +7,7 @@
77
"rootDir": "src",
88
"strict": true,
99
"strictPropertyInitialization": false,
10-
"target": "es2020",
10+
"target": "es2021",
1111
"removeComments": true,
1212
"outDir": "types",
1313
"baseUrl": ".",

0 commit comments

Comments
 (0)