Enable strictFunctionTypes (#20373)

This commit is contained in:
Andy
2017-10-06 14:03:03 -07:00
committed by GitHub
parent 6e1ad980e8
commit 947a8fb761
3805 changed files with 13281 additions and 8878 deletions

View File

@@ -7,6 +7,7 @@
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": false,
"baseUrl": "../",
"typeRoots": [
"../"