strictFunctionTypes

This commit is contained in:
Joscha Feth
2017-12-18 12:15:52 +11:00
parent af6e63d5ba
commit d591ae271b

View File

@@ -10,6 +10,7 @@
"strictNullChecks": true,
"baseUrl": "../",
"target": "es6",
"strictFunctionTypes": true,
"typeRoots": [
"../"
],