概要
https://www.typescriptlang.org/tsconfig#strictBindCallApply
{
"strictBindCallApply": true
}
bind
, call
, apply
を使用する際に、より厳密に型チェックが行われるようになります。
公式リリースノート: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3–2.html
TODO: 詳しく