[moment-timezone] Enable strictNullChecks (#43640)

This commit is contained in:
Jack Bates 2020-04-10 08:27:42 -07:00 committed by GitHub
parent e32bd1162d
commit 5dacdf7c0f
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": [