UNPKG

@vulog/aima-billing

Version:

Invoice management, credits, wallets, and refunds.

9 lines (7 loc) 163 B
import { defineConfig } from 'tsdown'; export default defineConfig({ entry: ['src/index.ts'], clean: true, format: ['cjs', 'esm'], dts: true, });