Adding strictFunctionTypes:true in tsconfig

This commit is contained in:
Sameer KC
2019-01-21 12:10:51 +01:00
parent 217ef891b9
commit 072b0d86d0
+2 -1
View File
@@ -15,7 +15,8 @@
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"strictFunctionTypes": true
},
"files": [
"index.d.ts",