Enable noUnusedLocals, noUnusedParameters in tsconfig
This commit is contained in:
parent
b218081376
commit
91929f4a2d
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@
|
|||
"noFallthroughCasesInSwitch": true,
|
||||
|
||||
// Some stricter flags (disabled by default)
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noPropertyAccessFromIndexSignature": false,
|
||||
"baseUrl": "src",
|
||||
"paths": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue