From ab7828195064add88c21f7b67ae3fe3998a88a99 Mon Sep 17 00:00:00 2001 From: "Rafael S. Fijalkowski" Date: Tue, 2 Jan 2018 22:56:00 -0300 Subject: [PATCH] Set "strictNullChecks" true. --- types/hapi/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/hapi/tsconfig.json b/types/hapi/tsconfig.json index 4a92e017cc..7d52ffb17c 100644 --- a/types/hapi/tsconfig.json +++ b/types/hapi/tsconfig.json @@ -6,7 +6,7 @@ ], "noImplicitAny": true, "noImplicitThis": true, - "strictNullChecks": false, + "strictNullChecks": true, "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [