From 03f74c2c5cd7333de8cba55c1f05cb8050694c57 Mon Sep 17 00:00:00 2001 From: Young Rok Kim Date: Wed, 1 Nov 2017 11:09:18 +0900 Subject: [PATCH] joi v10: suppress strictFunctionTypes options --- types/joi/v10/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/types/joi/v10/tsconfig.json b/types/joi/v10/tsconfig.json index 6cf65eaffd..1bd530aff0 100644 --- a/types/joi/v10/tsconfig.json +++ b/types/joi/v10/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, + "strictFunctionTypes": false, "baseUrl": "../../", "typeRoots": [ "../../"