Added null checks

This commit is contained in:
2019-04-19 22:12:33 +09:00
parent 912f409688
commit 707233a422
11 changed files with 94 additions and 51 deletions

View File

@ -6,6 +6,7 @@
"baseUrl": ".",
"strict": false,
"strictFunctionTypes": false,
"strictNullChecks": true,
"noUnusedLocals": true,
"noUnusedParameters": false
}