import { UserConfig } from './types'; /** * Helper function to provide intellisense of use config */ export const defineConfig = (options: UserConfig) => options;