diff --git a/tsconfig.json b/tsconfig.json index c8a4816..e3e65ae 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,8 @@ "experimentalDecorators": true, "removeComments": false, "noImplicitAny": true, - "noUnusedLocals": true, + "noUnusedLocals": true, + "noUnusedParameters": true, "suppressImplicitAnyIndexErrors": false, "declaration": true, "lib": ["es6", "dom"] @@ -20,4 +21,4 @@ "angularCompilerOptions": { "skipTemplateCodegen": true } -} +} \ No newline at end of file