diff --git a/.hintrc b/.hintrc index aa8de6b4..12c4655b 100644 --- a/.hintrc +++ b/.hintrc @@ -1,5 +1,8 @@ { "extends": [ "development" - ] + ], + "hints": { + "typescript-config/strict": "off" + } } \ No newline at end of file