From 5dacdf7c0fbeeb91971395ee8ec3ddb842a40402 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Fri, 10 Apr 2020 08:27:42 -0700 Subject: [PATCH] [moment-timezone] Enable strictNullChecks (#43640) --- types/moment-timezone/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/moment-timezone/tsconfig.json b/types/moment-timezone/tsconfig.json index 5b29fa3ff5..e0e0a7685b 100644 --- a/types/moment-timezone/tsconfig.json +++ b/types/moment-timezone/tsconfig.json @@ -6,7 +6,7 @@ ], "noImplicitAny": true, "noImplicitThis": true, - "strictNullChecks": false, + "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [