tsconfig: enable strictBindCallApply

This commit is contained in:
Alex Gleason
2022-03-24 11:06:49 -05:00
parent 0ddee40136
commit fd732f8647

View File

@ -4,7 +4,7 @@
"sourceMap": true,
"alwaysStrict": false,
"strictNullChecks": false,
"strictBindCallApply": false,
"strictBindCallApply": true,
"strictFunctionTypes": false,
"strictPropertyInitialization": false,
"noImplicitAny": true,