[node-notifier] Enable strictNullChecks (#43642)

This commit is contained in:
Jack Bates
2020-04-06 11:15:04 -07:00
committed by GitHub
parent 2c84c50aee
commit ce74f54f58
+1 -1
View File
@@ -6,7 +6,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../../",
"typeRoots": [