mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-12 05:48:57 +00:00
9 lines
142 B
TypeScript
9 lines
142 B
TypeScript
import { defineConfig } from 'tsdown';
|
|
|
|
export default defineConfig([
|
|
{
|
|
entry: 'src/index.ts',
|
|
unbundle: true,
|
|
},
|
|
]);
|