fix: resolve TS errors without deprecated tsconfig options

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Yang Jun
2026-06-07 01:35:03 +08:00
co-authored by Cursor
parent 9b0b9be849
commit dd6bb0fb60
19 changed files with 92 additions and 85 deletions
+1 -3
View File
@@ -9,9 +9,7 @@
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"downlevelIteration": true,
"strict": true,
"suppressImplicitAnyIndexErrors": true
"strict": true
},
"all": true,
"exclude": [ "node_modules", "dist", "demo", "test" ]