This commit is contained in:
gcch 2025-10-01 14:37:12 +02:00
commit 268cf80769
14 changed files with 126 additions and 48 deletions

View file

@ -2,7 +2,7 @@ import { defineConfig } from "tsdown";
export default defineConfig({
clean: true,
dts: true,
dts: { oxc: true, parallel: true },
entry: ["./index.ts"],
minify: true,
platform: "node",