use esnext to avoid type error

This commit is contained in:
syuilo 2025-11-09 19:49:27 +09:00
parent 4e38f218ec
commit 1ffc53f596
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"declaration": false,
"sourceMap": false,
"target": "ES2022",
"module": "ES2022",
"module": "esnext",
"moduleResolution": "Bundler",
"removeComments": false,
"noLib": false,