Enabled noUnusedParameters in src/view/tsconfig.json

This commit is contained in:
Robert
2023-11-07 16:18:15 +00:00
parent 9c51d1b54f
commit 6af9e7bf4a

View File

@@ -10,6 +10,7 @@
"rootDir": "../..",
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"experimentalDecorators": true,