diff --git a/tslint.json b/tslint.json index 99d71ca9..604bd3bc 100644 --- a/tslint.json +++ b/tslint.json @@ -10,6 +10,7 @@ "no-console": false, "no-namespace": false, + "no-object-literal-type-assertion": false, "object-literal-sort-keys": false, "switch-default": false }