Slide 17
Slide 17 text
Not Enabling Strict Mode
Without TypeScript strict mode on, the typing can be too lax, and that
will make our codebase less type-safe. It will give the wrong
impression, as some think that by adding TypeScript all typing issues
are automatically fixed.