Enable strictBindCallApply in jsconfig

68437ed81c3f44cb7f5787aa96af691af345882c

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

1 files changed, +2 -1Ignore whitespace
jsconfig.json+2 -1
@@ -8,7 +8,8 @@
88 "checkJs": true,
99 "allowUmdGlobalAccess": true,
1010 "allowSyntheticDefaultImports": true,
1111 "resolveJsonModule": true,
12+ "strictBindCallApply": true
1213 },
1314 "exclude": [
1415 "**/node_modules/**",