UNPKG

@algonameservice/sdk

Version:

JavaScript SDK to resolve ANS .algo names

10 lines (8 loc) 180 B
import { defineConfig } from "tsup"; export default defineConfig({ entry: ["src/index.ts"], splitting: false, sourcemap: true, clean: true, format: ["cjs", "iife"], });