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