diff --git a/tsconfig.json b/tsconfig.json index a61f67e37..f762e18be 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,8 @@ "esModuleInterop": true, "allowJs": true, "preserveWatchOutput": true, - "sourceMap": true + "sourceMap": true, + "strictBindCallApply": true }, "include": ["src"] }