Add strictFunctionTypes to tsconfig.json

This commit is contained in:
Daniel Syddall
2019-02-19 12:48:15 +00:00
parent b0e5b09e6c
commit 4f6f2fb504
+1
View File
@@ -7,6 +7,7 @@
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"