UNPKG

git-account-switch-ssh

Version:
15 lines (13 loc) 246 B
import { defineConfig } from 'tsup'; export default defineConfig([ { entry: ['./lib/cli.ts'], clean: true, format: ['cjs'], minify: true, dts: false, treeshake: true, splitting: true, outDir: './dist', }, ]);