UNPKG

knip

Version:

Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects

15 lines (14 loc) 285 B
export interface CypressConfig { reporter: string; reporterOptions?: { configFile?: string; }; component?: { specPattern?: string[]; supportFile?: string; }; e2e?: { specPattern?: string[]; supportFile?: string; }; }