Essential prompts and commands for TypeScript development - strict configurations, type safety, and best practices.
Enable strict TypeScript configuration for better type safety and catch potential bugs at compile time.
Generate a well-structured React component with TypeScript, proper types, and best practices.
Create a robust API route handler with validation, error handling, and proper TypeScript types.