Claude CodeCLAUDE.md
Strict TypeScript Conventions for Agents
House rules for strict TypeScript: no any, discriminated unions instead of enums, exhaustive switches, zod at every boundary โ written so an agent can self-check each rule.
Use when: Add to any TypeScript codebase with strict mode enabled when you want agents to hold a hard line on type safety instead of reaching for any, casts, or non-null assertions under pressure.
GoodPrompts Library0likes๐ฌ 0commentsโ
0bookmarks