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