fix: TypeScript's option checking return value should be `noImplicitReturns` by stefafafan · Pull Request #700 · basarat/typescript-book

This following portion of the documentation is incorrect, strictNullChecks does not have to do with the "not all code paths return a value" check, it is noImplicitReturns that checks this...