[mailparser] Enable strictNullChecks (#43829)

This commit is contained in:
Jack Bates
2020-04-17 15:24:50 -07:00
committed by GitHub
parent 93d68cc9bb
commit 889ffa1e56

View File

@@ -6,7 +6,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [