fix(web): disable noUnusedLocals/noUnusedParameters to allow build

This commit is contained in:
Xiaoxia AI
2026-06-25 15:08:36 +08:00
parent 1353441a96
commit e53eefbfe3
+2 -2
View File
@@ -17,8 +17,8 @@
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,
/* Path alias */