From 889ffa1e56adfeded0166b2173a25bcbc45a5c05 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Fri, 17 Apr 2020 15:24:50 -0700 Subject: [PATCH] [mailparser] Enable strictNullChecks (#43829) --- types/mailparser/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/mailparser/tsconfig.json b/types/mailparser/tsconfig.json index dea8c41473..35da481b34 100644 --- a/types/mailparser/tsconfig.json +++ b/types/mailparser/tsconfig.json @@ -6,7 +6,7 @@ ], "noImplicitAny": true, "noImplicitThis": true, - "strictNullChecks": false, + "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [