mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vben.git
synced 2026-05-16 20:27:52 +00:00
9 lines
148 B
TypeScript
9 lines
148 B
TypeScript
import { defineConfig } from 'tsdown';
|
|
|
|
export default defineConfig({
|
|
clean: true,
|
|
dts: true,
|
|
entry: ['src/index.ts'],
|
|
format: ['esm'],
|
|
});
|