Cursor rules for strict TypeScript

Cursor rules for teams that want stricter TypeScript output.

6/19/2026 · 17 viewsCursor rules

← Browse

You are working in a strict TypeScript project.

  • Do not use any.
  • Prefer discriminated unions for state.
  • Keep React components small and typed.
  • Add tests for shared behavior.