From 3ae858113b53bfa4d7af02d57fd1662a8f1cee4f Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Fri, 6 Dec 2024 21:50:08 +0200 Subject: [PATCH] Set strict function binds in jsconfig --- public/jsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/**",