fix: bumbed compilerOptions target

This commit is contained in:
2026-06-01 02:19:43 +02:00
parent 3d38d60aa5
commit 4a96cb9d07
+1 -1
View File
@@ -2,7 +2,7 @@
"compilerOptions": {
"strict": true,
"outDir": "bin",
"target": "es2020",
"target": "es2024",
"module": "nodenext",
"moduleResolution": "nodenext",
"sourceMap": true,