From 5ad44575d0fe268aac69cd90118d8a48975331c5 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Thu, 1 Nov 2018 14:59:23 -0700 Subject: [PATCH] Update tsconfig.json --- types/jsonquery/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/jsonquery/tsconfig.json b/types/jsonquery/tsconfig.json index 2a3f3db22b..ffb3eb6209 100644 --- a/types/jsonquery/tsconfig.json +++ b/types/jsonquery/tsconfig.json @@ -7,14 +7,14 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true, - "strictFunctionTypes": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts",