Type Check banner
0xGF 0xGF

Type Check

Development community

Description

--- description: Run TypeScript type checking across all packages allowed-tools: Bash(npx:*), Bash(pnpm:*), Bash(npm:*), Read --- # Type Check Command Run TypeScript type checking without emitting files: ## All packages ```bash pnpm type-check # or npm run type-check # or npx tsc --noEmit ``` ## Individual packages (monorepo) ```bash pnpm --filter frontend type-check pnpm --filter backend type-check ``` If type errors are found: 1. List all errors grouped by file 2. Provide the file path

Installation

Installs to ~/.claude/commands/0xgf-solana-fullstack-webapp-skills-type-check.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/0xGF/solana-fullstack-webapp-skills/HEAD/.claude/commands/type-check.md -o ~/.claude/commands/0xgf-solana-fullstack-webapp-skills-type-check.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository