update deps, cleanup

This commit is contained in:
2026-06-01 01:05:19 +02:00
parent 51c3e3d05f
commit 627e4fc477
4 changed files with 48 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import { defineConfig } from "tsdown";
export default defineConfig({
entry: ["./src/index.ts"],
format: "esm",
dts: true,
sourcemap: true,
clean: true,
});