const config: { plugins: { [key: string]: any; }; } = { plugins: { tailwindcss: {}, autoprefixer: {}, } }; export default config;