Skip to content

Adopting TypeScript’s strict mode is one of the best ways to improve type safety and make our codebase more robust. But for large projects though, enabling strict mode all at once is not feasible. In this article, we will explore an incremental adoption solution for this problem: typescript-strict-plugin by Allegro Tech. Let’s begin by installing it into our project: npm

ngandbeyond_yirm6v
July 7, 2025