#!/usr/bin/env bash set -euo pipefail bun build src/index.ts --outdir dist --target bun --format esm tsc --emitDeclarationOnly