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
@@ -6,6 +6,9 @@
"module": "ESNext",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"types": [
"node"
],
"strict": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,