mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
10 lines
214 B
TypeScript
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'],
|
|
},
|
|
]);
|