From 31e9d65a72f0f95b9884f4e058293025fcda2bf0 Mon Sep 17 00:00:00 2001 From: andreidigori <45198612+andreidigori@users.noreply.github.com> Date: Sat, 8 Dec 2018 04:37:49 +0200 Subject: [PATCH] Update tsconfig.json Set strictFunctionTypes to true --- types/gdal/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/gdal/tsconfig.json b/types/gdal/tsconfig.json index 3a5bfaf917..5c11132a33 100644 --- a/types/gdal/tsconfig.json +++ b/types/gdal/tsconfig.json @@ -7,7 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, - "strictFunctionTypes": false, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../"