combine all

This commit is contained in:
Mikan
2025-06-03 03:04:09 +03:00
parent 553242c8ee
commit ea02dcb0da
9 changed files with 24 additions and 12 deletions

View File

@@ -16,11 +16,11 @@
"jsx": "react-jsx",
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true,
"strict": false,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": false,
"noUncheckedSideEffectImports": false,
"allowSyntheticDefaultImports": true
},
"include": ["src"]