From 072b0d86d060822caa39baa48a7c328f0ffc33a9 Mon Sep 17 00:00:00 2001 From: Sameer KC Date: Wed, 9 Jan 2019 10:45:34 +0000 Subject: [PATCH] Adding strictFunctionTypes:true in tsconfig --- types/node-gettext/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/node-gettext/tsconfig.json b/types/node-gettext/tsconfig.json index 9306d23426..741b103f80 100644 --- a/types/node-gettext/tsconfig.json +++ b/types/node-gettext/tsconfig.json @@ -15,7 +15,8 @@ "noEmit": true, "forceConsistentCasingInFileNames": true, "esModuleInterop": true, - "allowSyntheticDefaultImports": true + "allowSyntheticDefaultImports": true, + "strictFunctionTypes": true }, "files": [ "index.d.ts",