interface Configuration { baseUrl: string; src: string; done: Function; outputDir: string; } export default Configuration;