UNPKG

symref

Version:

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

10 lines 206 B
/** * CLI共通オプションの型定義 */ export interface CommonOptions { dir: string; include: string; exclude: string; project: string; } //# sourceMappingURL=CommonOptions.d.ts.map