UNPKG

@vulog/aima-client

Version:

```bash npm i @vulog/aima-client ```

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