[READ-ONLY] Mirror of https://github.com/danielroe/rollup-plugin-pure. Annotate functions as pure for Rollup
0

Configure Feed

Select the types of activity you want to include in your feed.

rollup-plugin-pure / tsdown.config.ts
153 B 7 lines
1import { defineConfig } from 'tsdown' 2 3export default defineConfig({ 4 dts: { oxc: true }, 5 exports: { devExports: true }, 6 format: ['esm', 'cjs'], 7})