Convertisseur TypeScript Mode Strict

Convertissez progressivement des projets JavaScript ou TypeScript souple vers TypeScript strict avec typage complet.

Spar Skills Guide Bot
DeveloppementIntermédiaireVerified100/1000 vues0 installations27/02/2026
Claude CodeCursorCopilot
typescriptmigrationtype-safetystrict-mode

TypeScript Strict Mode Converter

Migrate codebases to strict TypeScript incrementally and safely.

When to Use

  • Converting JS to TS
  • Enabling strict mode in existing TS projects
  • Fixing type safety issues

Instructions

  1. Analyze current type coverage
  2. Enable strict flags incrementally
  3. Add type definitions for untyped modules
  4. Replace any types with proper types
  5. Add generic types where appropriate
  6. Fix null/undefined handling
  7. Generate type declaration files for shared code

Skills similaires