joi v10: suppress strictFunctionTypes options

This commit is contained in:
Young Rok Kim
2017-11-01 11:09:18 +09:00
parent e062226510
commit 03f74c2c5c

View File

@@ -7,6 +7,7 @@
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": false,
"baseUrl": "../../",
"typeRoots": [
"../../"