From e2d80085488057eaed7124c0beb5cccc9a7d6465 Mon Sep 17 00:00:00 2001 From: rafaelsouzaf Date: Tue, 19 Dec 2017 00:46:59 -0300 Subject: [PATCH] Revert "Add 'strict' compiler options." Dtslint does not allow "strict". Referer: https://github.com/Microsoft/dtslint/blob/dffcc5d6877fdec7380cd48a2e4e9357a3d786f9/src/checks.ts#L78 This reverts commit f753bef --- types/iron/tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/types/iron/tsconfig.json b/types/iron/tsconfig.json index 090685c604..bddeeac5c0 100644 --- a/types/iron/tsconfig.json +++ b/types/iron/tsconfig.json @@ -4,7 +4,10 @@ "lib": [ "es6" ], - "strict": true, + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../"