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