From d591ae271b246a79d4703f58b3a7fa7ecc019466 Mon Sep 17 00:00:00 2001 From: Joscha Feth Date: Mon, 18 Dec 2017 12:15:52 +1100 Subject: [PATCH] strictFunctionTypes --- types/fscreen/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/types/fscreen/tsconfig.json b/types/fscreen/tsconfig.json index 74c4dc119b..e352d9fd2e 100644 --- a/types/fscreen/tsconfig.json +++ b/types/fscreen/tsconfig.json @@ -10,6 +10,7 @@ "strictNullChecks": true, "baseUrl": "../", "target": "es6", + "strictFunctionTypes": true, "typeRoots": [ "../" ],