import {Configuration} from 'webpack'; export type WebpackConfig = Configuration & { clean?: boolean };