fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

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

at main 8 lines 148 B view raw
1import { defineConfig } from 'tsdown'; 2 3export default defineConfig({ 4 clean: true, 5 dts: true, 6 entry: ['src/index.ts'], 7 format: ['esm'], 8});