From 4e8d2a3ec07a844c4f3d0a7c300a1aa1744515dc Mon Sep 17 00:00:00 2001 From: Zev Spitz Date: Sun, 10 Sep 2017 09:43:08 +0200 Subject: [PATCH] Removed strict from tsonfig.json --- types/activex-libreoffice/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/types/activex-libreoffice/tsconfig.json b/types/activex-libreoffice/tsconfig.json index 1a43b042ef..f17c193b97 100644 --- a/types/activex-libreoffice/tsconfig.json +++ b/types/activex-libreoffice/tsconfig.json @@ -6,7 +6,6 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, - "strict": true, "baseUrl": "../", "typeRoots": [ "../"