export type ParcelConfig = { extends?: string | string[]; resolvers?: string | string[]; transformers?: Record; bundler?: string; namers?: string | string[]; runtimes?: Record; packagers?: Record; optimizers?: Record; compressors?: Record; reporters?: string | string[]; validators?: Record; };