diff --git a/types/postman-collection/tsconfig.json b/types/postman-collection/tsconfig.json index 3f176970e4..9b0b244020 100644 --- a/types/postman-collection/tsconfig.json +++ b/types/postman-collection/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../"