Select the types of activity you want to include in your feed.
1import { defineConfig } from "tsdown"; 2 3export default defineConfig({ 4 entry: ["src/index.ts"], 5 format: ["cjs", "esm"], 6 deps: { 7 neverBundle: ["react", "@tanstack/react-query"], 8 }, 9});