Adding strictFunctionTypes:true in tsconfig

This commit is contained in:
Sameer KC 2019-01-09 10:45:34 +00:00
parent 217ef891b9
commit 072b0d86d0

View File

@ -15,7 +15,8 @@
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"strictFunctionTypes": true
},
"files": [
"index.d.ts",