Skip to content

Commit cc748e6

Browse files
authored
chore: switch to ES2025 (#195)
1 parent 0bf25d6 commit cc748e6

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
@@ -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)