import { defineConfig } from 'father'

export default defineConfig({
  cjs: {
    output: 'lib',
  },
  esm: {
    output: 'esm',
  },
})
