UNPKG

symref

Version:

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

12 lines 236 B
/** * CLI共通オプションの型定義 */ export interface CommonOptions { dir: string; project?: string; include: string; exclude: string; all?: boolean; dot?: string; } //# sourceMappingURL=types.d.ts.map