Set strict function binds in jsconfig
| @@ -5,7 +5,8 @@ | ||
| 5 | 5 | "module": "ESNext", |
| 6 | 6 | "moduleResolution": "node", |
| 7 | 7 | "allowUmdGlobalAccess": true, |
| 8 | 8 | "allowSyntheticDefaultImports": true, |
| 9 | + "strictBindCallApply": true | |
| 9 | 10 | }, |
| 10 | 11 | "exclude": [ |
| 11 | 12 | "**/node_modules/**", |