From aeadde1b9753d9a2167ee6fc18f4ed02a40bc640 Mon Sep 17 00:00:00 2001 From: Haseeb Majid Date: Wed, 10 Apr 2019 10:23:41 +0100 Subject: [PATCH] Update tsconfig.json --- types/react-native-dotenv/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/types/react-native-dotenv/tsconfig.json b/types/react-native-dotenv/tsconfig.json index d0f5618e23..9f81e8b6a1 100644 --- a/types/react-native-dotenv/tsconfig.json +++ b/types/react-native-dotenv/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../"