gaoluyang
13 小时以前 52a3e4348fc9c12919768cf770acfdd3bceefc0f
1
2
3
4
5
6
7
8
9
10
import { defineConfig } from 'tsdown';
 
export default defineConfig({
  clean: false,
  deps: {
    skipNodeModulesBundle: true,
  },
  entry: ['src/index.ts'],
  format: ['esm'],
});