UNPKG

@vulog/aima-core

Version:

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