UNPKG

@vulog/aima-notifier

Version:

Email notification sending.

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