Select the types of activity you want to include in your feed.
1import { defineConfig } from 'tsdown'; 2 3export default defineConfig({ 4 attw: { 5 ignoreRules: ['cjs-resolves-to-esm'], 6 profile: 'esm-only', 7 }, 8 publint: true, 9 sourcemap: true, 10});