[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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