diff options
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 2a94c31..3d1bebf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,8 +15,7 @@ "allowJs": false, "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true + "noUnusedLocals": true }, "include": ["src"] } |
