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",