Typescript Strict Mode

Enforces TypeScript strict mode configuration and type-safe coding patterns. Use when setting up a TypeScript project, reviewing tsconfig.json, fixing type errors, or when the user asks about TypeScript strictness, type safety, avoiding `any`, or improving their types. Also activates when the agent sees excessive use of `any`, type assertions (`as`), or non-null assertions (`!`).

carthworks Updated

File contents

carthworks/ai-agent-skills/tree/main/skills/typescript/typescript-strict-mode commit a28899fad5

Frequently asked questions

npx skillmds@latest add carthworks/typescript-strict-mode