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,12 +7,15 @@
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"paths": {
"q": [ "q/v0" ]
"q": [
"q/v0"
]
},
"types": [],
"noEmit": true,