import { createTsupConfig } from '../../scripts/tsup.config'; export default createTsupConfig({ format: ['cjs', 'esm'] });