Skip to content

Commit 4a93bcc

Browse files
committed
chore: update TypeScript target to ES2023
1 parent f60ff8c commit 4a93bcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"skipLibCheck": true,
2020
"sourceMap": true,
2121
"strict": true,
22-
"target": "ES2022",
22+
"target": "ES2023",
2323
"verbatimModuleSyntax": true
2424
},
2525
"include": [

0 commit comments

Comments
 (0)