Set strict function binds in jsconfig

3ae858113b53bfa4d7af02d57fd1662a8f1cee4f

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -1Ignore whitespace
public/jsconfig.json+2 -1
@@ -5,7 +5,8 @@
5 "module": "ESNext",5 "module": "ESNext",
6 "moduleResolution": "node",6 "moduleResolution": "node",
7 "allowUmdGlobalAccess": true,7 "allowUmdGlobalAccess": true,
8 "allowSyntheticDefaultImports": true8 "allowSyntheticDefaultImports": true,
9 "strictBindCallApply": true
9 },10 },
10 "exclude": [11 "exclude": [
11 "**/node_modules/**",12 "**/node_modules/**",