diff --git a/public/jsconfig.json b/public/jsconfig.json index 8ef6e356e..5fbb79a68 100644 --- a/public/jsconfig.json +++ b/public/jsconfig.json @@ -5,7 +5,8 @@ "module": "ESNext", "moduleResolution": "node", "allowUmdGlobalAccess": true, - "allowSyntheticDefaultImports": true + "allowSyntheticDefaultImports": true, + "strictBindCallApply": true }, "exclude": [ "**/node_modules/**",