UNPKG

symref

Version:

Static code checker for AI code agents (Windsurf, Cline, etc.)

12 lines (11 loc) 201 B
/** * CLI共通オプションの型定義 */ export interface CommonOptions { dir: string; project?: string; include: string; exclude: string; all?: boolean; dot?: string; }