From 41924403afb9542e32f6d035cbbfbde0c7eb8c3d Mon Sep 17 00:00:00 2001 From: Syncfusion-JavaScript Date: Wed, 6 Sep 2017 11:56:54 +0530 Subject: [PATCH] Fix ej.web.all Compilation issue --- types/ej.web.all/tslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/types/ej.web.all/tslint.json b/types/ej.web.all/tslint.json index bb4f404bed..fe15198aba 100644 --- a/types/ej.web.all/tslint.json +++ b/types/ej.web.all/tslint.json @@ -6,6 +6,7 @@ "no-consecutive-blank-lines": false, "no-mergeable-namespace": false, "no-padding": false, + "no-any-union": false, "no-unnecessary-qualifier": false, "strict-export-declare-modifiers": false }