From fd732f86474d987b07b4c8083cd25154f7016dc9 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 24 Mar 2022 11:06:49 -0500 Subject: [PATCH] tsconfig: enable strictBindCallApply --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,