Enable strictBindCallApply for VS Code

Fixes #64633
This commit is contained in:
Matt Bierner
2018-12-07 14:24:58 -08:00
parent 8b4924d755
commit e2cf8ebc5d
12 changed files with 17 additions and 16 deletions

View File

@@ -9,6 +9,7 @@
"noUnusedLocals": true,
"noImplicitThis": true,
"alwaysStrict": true,
"strictBindCallApply": true,
"baseUrl": ".",
"paths": {
"vs/*": [