Skip to content

Commit 452579d

Browse files
committed
chore: switch to ES2025
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent 0bf25d6 commit 452579d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"esModuleInterop": true,
88
"forceConsistentCasingInFileNames": true,
99
"isolatedModules": true,
10-
"lib": ["ES2022"],
10+
"lib": ["ES2024"],
1111
"module": "NodeNext",
1212
"moduleResolution": "NodeNext",
1313
"newLine": "lf",
@@ -20,7 +20,7 @@
2020
"rootDir": "./",
2121
"strict": true,
2222
"strictNullChecks": true,
23-
"target": "ES2022"
23+
"target": "ES2024"
2424
},
2525
"exclude": ["__fixtures__", "__tests__", "coverage", "dist", "node_modules"],
2626
"include": ["src"]

0 commit comments

Comments
 (0)