Rule TypeScript

Strict Mode

Enable strict mode in tsconfig.json for maximum type safety

typescriptconfigsafety
CLAUDE.md

Enable strict: true in tsconfig.json. This turns on noImplicitAny, strictNullChecks, strictFunctionTypes, and other checks that catch real bugs at compile time.

Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.

get crystl