[nodemailer-ses-transport] Enable strictNullChecks (#43645)

This commit is contained in:
Jack Bates
2020-04-10 08:42:04 -07:00
committed by GitHub
parent 5dacdf7c0f
commit f020953f46
+2 -2
View File
@@ -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"
]
}
}