From f4e71e911c0e63a8aec7e61e555cbce7e4e995e1 Mon Sep 17 00:00:00 2001 From: Tim Brust Date: Wed, 21 Jun 2017 10:44:44 +0200 Subject: [PATCH] fix: enable strict null checks --- types/testingbot-api/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/testingbot-api/tsconfig.json b/types/testingbot-api/tsconfig.json index 75211dbf62..f7542763c1 100644 --- a/types/testingbot-api/tsconfig.json +++ b/types/testingbot-api/tsconfig.json @@ -6,7 +6,7 @@ ], "noImplicitAny": true, "noImplicitThis": true, - "strictNullChecks": false, + "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ "../"