Typescript

Apply these opinionated TypeScript conventions whenever writing or reviewing TypeScript: branded types for domain modeling, discriminated unions for state, `satisfies` over `as`, const objects instead of enums, type-only imports, and the strict tsconfig baseline beyond `strict: true`. Also use for monorepo project references and incremental build setup.

alexander-danilenko Updated

File contents

alexander-danilenko/cortex-ai-skills/tree/main/skills/typescript commit 07c0446391

Frequently asked questions

npx skillmds@latest add alexander-danilenko/typescript