diff --git a/tsconfig.json b/tsconfig.json index 613fc32..012544e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, - "strictFunctionTypes": false, + "strictFunctionTypes": true, "strictNullChecks": true, "strictPropertyInitialization": true, "strictBindCallApply": true,