Enable strictBindCallApply in jsconfig

68437ed81c3f44cb7f5787aa96af691af345882c

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

1 files changed, +2 -1Showing whitespace changes
jsconfig.json+2 -1
@@ -8,7 +8,8 @@
8 "checkJs": true,8 "checkJs": true,
9 "allowUmdGlobalAccess": true,9 "allowUmdGlobalAccess": true,
10 "allowSyntheticDefaultImports": true,10 "allowSyntheticDefaultImports": true,
11 "resolveJsonModule": true11 "resolveJsonModule": true,
12 "strictBindCallApply": true
12 },13 },
13 "exclude": [14 "exclude": [
14 "**/node_modules/**",15 "**/node_modules/**",