We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd7d54 commit 1051b45Copy full SHA for 1051b45
1 file changed
packages/playground/tsconfig.app.json
@@ -18,7 +18,7 @@
18
/* Linting */
19
"strict": true,
20
"noUnusedLocals": true,
21
- "noUnusedParameters": true,
+ "noUnusedParameters": false,
22
"noFallthroughCasesInSwitch": true,
23
"noUncheckedSideEffectImports": true
24
},
0 commit comments