diff --git a/tsconfig.json b/tsconfig.json index 2d761eef0..94b545084 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "sourceMap": true, "alwaysStrict": false, "strictNullChecks": false, - "strictBindCallApply": false, + "strictBindCallApply": true, "strictFunctionTypes": false, "strictPropertyInitialization": false, "noImplicitAny": true,