export interface EntryModule { path: string; includes?: string[]; excludes?: string[]; }