UNPKG

symref

Version:

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

16 lines 390 B
/** * シンボル参照分析器の設定オプション */ export interface AnalyzerOptions { basePath: string; tsConfigPath?: string; includePatterns?: string[]; excludePatterns?: string[]; } /** * シンボル分析のオプション */ export interface SymbolAnalysisOptions { includeInternalReferences?: boolean; } //# sourceMappingURL=AnalyzerOptions.d.ts.map