chore(frontend): relax lint and ts constraints

This commit is contained in:
2026-04-24 22:24:18 +03:30
parent 987d2e2b59
commit 71103b9d8e
2 changed files with 9 additions and 2 deletions

View File

@@ -18,8 +18,8 @@
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true