From f020953f46873a937cce6c8ae4441da65fec0812 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Fri, 10 Apr 2020 08:42:04 -0700 Subject: [PATCH] [nodemailer-ses-transport] Enable strictNullChecks (#43645) --- types/nodemailer-ses-transport/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/nodemailer-ses-transport/tsconfig.json b/types/nodemailer-ses-transport/tsconfig.json index bdaffbb222..6782d315a1 100644 --- a/types/nodemailer-ses-transport/tsconfig.json +++ b/types/nodemailer-ses-transport/tsconfig.json @@ -7,7 +7,7 @@ ], "noImplicitAny": true, "noImplicitThis": true, - "strictNullChecks": false, + "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ @@ -26,4 +26,4 @@ "index.d.ts", "nodemailer-ses-transport-tests.ts" ] -} \ No newline at end of file +}