This commit is contained in:
gcch 2025-10-01 14:37:20 +02:00
commit 589751ac6a
7 changed files with 58 additions and 12 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",