import { defineConfig } from "tsdown"; export default defineConfig({ exports: true, outDir: "build", platform: "neutral", });