By setting the `strictNullChecks` to `true` in `tsconfig.json`, TypeScript will do a lot more checks. But a lot of code has to be rewritten because currently it fails with lots of errors.
By setting the
strictNullCheckstotrueintsconfig.json, TypeScript will do a lot more checks.But a lot of code has to be rewritten because currently it fails with lots of errors.