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 feat/use-query-options 10 lines 192 B view raw
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});