import { createTsupConfig } from '../../tsup.config'; export default createTsupConfig({ entry: ['src/docs.ts'], minify: true, });