import { UserSheriffConfig } from './user-sheriff-config'; export type Configuration = Required> & { isConfigFileMissing: boolean; /** * entryPoints is the merger of the entry file and the entry points * from the user's config */ entryPoints?: Record; ignoreFileExtensions: string[]; };