Files
gitbook/packages/react-openapi/tsdown.config.ts
T
2025-10-14 14:39:19 +02:00

10 lines
214 B
TypeScript

import { defineConfig } from 'tsdown';
export default defineConfig([
{
entry: 'src/index.ts',
unbundle: true,
external: ['@react-stately/disclosure', '@react-stately/util'],
},
]);