strictFunctionTypes

This commit is contained in:
Guanyunhan
2018-09-04 12:06:04 +08:00
parent 10a73b5e8c
commit 7d8ea3178e

View File

@@ -8,13 +8,14 @@
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"strictFunctionTypes": false,
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true
},
"files": [
"index.d.ts",