From 90d95fc43296f9a7fce902102b8a604b29e18ce4 Mon Sep 17 00:00:00 2001 From: Muhammad Fawwaz Orabi Date: Thu, 30 Nov 2017 15:31:48 +0200 Subject: [PATCH] Try fix CI with strictFunctionTypes: false --- types/react-resolver/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-resolver/tsconfig.json b/types/react-resolver/tsconfig.json index c8d99b4c25..94a604e352 100644 --- a/types/react-resolver/tsconfig.json +++ b/types/react-resolver/tsconfig.json @@ -8,7 +8,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, - "strictFunctionTypes": true, + "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../"