style: many typescript v6 pending errors

This commit is contained in:
Neko Ayaka
2026-04-05 02:07:09 +08:00
parent 70a66292b2
commit 476ef2018f
30 changed files with 119 additions and 64 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
"compilerOptions": {
"target": "ESNext",
"lib": [
"ESNext",
"DOM",
"DOM.Iterable"
"DOM.Iterable",
"ESNext"
],
"module": "ESNext",
"moduleResolution": "bundler",