import { defineConfig } from 'tsdown'
import { tsdownBase } from '@tooling/tsdown-config'

export default defineConfig(
  tsdownBase({
    entry: ['src/index.ts'],
    neverBundle: ['@platform-modules/fields', 'react', 'react-dom'],
  }),
)
