diff --git a/tslint.json b/tslint.json index 315d914..2d2df05 100644 --- a/tslint.json +++ b/tslint.json @@ -5,6 +5,13 @@ ], "rules": { "no-console": false, - "object-literal-sort-keys": false + "object-literal-sort-keys": false, + "no-unsafe-any": true, + "no-any": [ + true, + { + "ignore-rest-args": true + } + ] } } \ No newline at end of file