Skip to content

Commit 4a55d36

Browse files
committed
fix: change compiler target to ES2022
1 parent 87beff1 commit 4a55d36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
3-
"target": "es2020",
3+
"target": "ES2022",
44
"module": "commonjs",
5-
"lib": ["es2020"],
5+
"lib": ["ES2022"],
66
"strict": true,
77
"sourceMap": true,
88
"declaration": true,

0 commit comments

Comments
 (0)