Try fix CI with strictFunctionTypes: false

This commit is contained in:
Muhammad Fawwaz Orabi
2017-11-30 15:31:48 +02:00
parent d9142c2d73
commit 90d95fc432
+1 -1
View File
@@ -8,7 +8,7 @@
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictFunctionTypes": false,
"baseUrl": "../",
"typeRoots": [
"../"