es2025
1 parent 97ece2a commit 43f97baCopy full SHA for 43f97ba
1 file changed
tsconfig.json
@@ -1,10 +1,10 @@
1
{
2
"compilerOptions": {
3
"module": "commonjs",
4
- "target": "es2022",
+ "target": "es2025",
5
"outDir": "out",
6
"lib": [
7
- "es2022"
+ "es2025"
8
],
9
"sourceMap": true,
10
"rootDir": ".",
0 commit comments