Void changes

This commit is contained in:
2025-08-22 17:38:09 +01:00
parent 4e193ab1b2
commit bdca42213d
5 changed files with 16 additions and 11 deletions

View File

@ -15,10 +15,10 @@
"jsx": "react-jsx",
/* Linting */
"strict": false,
"noImplicitAny": false,
"noUnusedLocals": false,
"noUnusedParameters": false,
"strict": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
/* Path mapping */