From 41dd33c2d92f4a5174d611d1180efd380b3a89fa Mon Sep 17 00:00:00 2001 From: Dragory Date: Fri, 15 Feb 2019 05:08:25 +0200 Subject: [PATCH] tslint: disable interface-over-type-literal --- tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 83f7e178..c6f7ff71 100644 --- a/tslint.json +++ b/tslint.json @@ -19,6 +19,7 @@ "no-console": { "severity": "warning" }, - "no-bitwise": false + "no-bitwise": false, + "interface-over-type-literal": false } }