tsconfig: enable strictBindCallApply
This commit is contained in:
parent
0ddee40136
commit
fd732f8647
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"sourceMap": true,
|
||||
"alwaysStrict": false,
|
||||
"strictNullChecks": false,
|
||||
"strictBindCallApply": false,
|
||||
"strictBindCallApply": true,
|
||||
"strictFunctionTypes": false,
|
||||
"strictPropertyInitialization": false,
|
||||
"noImplicitAny": true,
|
||||
|
|
Loading…
Reference in a new issue