add missing type and fix typing error, bump to es2022

This commit is contained in:
theofficialomega
2025-06-23 12:47:35 +02:00
parent 36885037f5
commit b5f36296e9
5 changed files with 22 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
"strict": true,
"module": "commonjs",
"moduleResolution": "node",
"target": "es2020",
"target": "es2022",
"esModuleInterop": true,
"declaration": true,
"typeRoots": [