From ce74f54f587888b8b4a6d896551ce3e2d0059901 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Mon, 6 Apr 2020 11:15:04 -0700 Subject: [PATCH] [node-notifier] Enable strictNullChecks (#43642) --- types/node-notifier/v5/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/node-notifier/v5/tsconfig.json b/types/node-notifier/v5/tsconfig.json index 6696c646d6..d5c8d2a318 100644 --- a/types/node-notifier/v5/tsconfig.json +++ b/types/node-notifier/v5/tsconfig.json @@ -6,7 +6,7 @@ ], "noImplicitAny": true, "noImplicitThis": true, - "strictNullChecks": false, + "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../../", "typeRoots": [