Skip to content

Commit 7c682d3

Browse files
committed
Update tsconfig target to es2024
Change-type: major
1 parent bff24a6 commit 7c682d3

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
@@ -9,7 +9,7 @@
99
"removeComments": true,
1010
"rootDir": "lib",
1111
"sourceMap": true,
12-
"target": "es2022",
12+
"target": "es2024",
1313
"declaration": true,
1414
"skipLibCheck": true,
1515
"resolveJsonModule": true,

0 commit comments

Comments
 (0)