import { defineConfig } from "tsup"; export default defineConfig({ noExternal: ['ky'], dts: true });