mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-23 00:38:34 +08:00
11 lines
184 B
TypeScript
11 lines
184 B
TypeScript
import { defineConfig } from 'tsdown';
|
|
|
|
export default defineConfig({
|
|
clean: false,
|
|
deps: {
|
|
skipNodeModulesBundle: true,
|
|
},
|
|
entry: ['src/index.ts'],
|
|
format: ['esm'],
|
|
});
|