UNPKG

@quick-start/create-node-lib

Version:
8 lines (6 loc) 137 B
import { defineConfig } from 'tsdown' export default defineConfig({ entry: './src/index.ts', dts: true, format: ['esm', 'cjs'] })