diff --git a/tsconfig.json b/tsconfig.json index a3266321e..a20e8c5c2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "noUnusedParameters": true, "noImplicitThis": true, "alwaysStrict": true, + "strictBindCallApply": true, "paths": { "@assets/*": ["assets/*"], "@locale/*": ["locale/*"],