Enable strictBindCallApply in jsconfig
| @@ -8,7 +8,8 @@ | |||
| 8 | "checkJs": true, | 8 | "checkJs": true, |
| 9 | "allowUmdGlobalAccess": true, | 9 | "allowUmdGlobalAccess": true, |
| 10 | "allowSyntheticDefaultImports": true, | 10 | "allowSyntheticDefaultImports": true, |
| 11 | "resolveJsonModule": true | 11 | "resolveJsonModule": true, |
| 12 | "strictBindCallApply": true | ||
| 12 | }, | 13 | }, |
| 13 | "exclude": [ | 14 | "exclude": [ |
| 14 | "**/node_modules/**", | 15 | "**/node_modules/**", |