diff --git a/tslint.json b/tslint.json index 846dd8b4..66fff813 100644 --- a/tslint.json +++ b/tslint.json @@ -30,7 +30,7 @@ "no-duplicate-variable": true, "no-empty": true, "no-eval": true, - "no-inferrable-types": true, + "no-inferrable-types": false, "no-shadowed-variable": true, "no-string-literal": true, "no-switch-case-fall-through": true,