UNPKG

@vulog/aima-core

Version:

Shared types and Zod schema helpers for pagination and patch actions.

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