This commit is contained in:
gcch 2026-04-10 21:24:00 +02:00
commit c3759fc377
12 changed files with 170 additions and 155 deletions

View file

@ -1,6 +1,6 @@
import { defineConfig } from "tsdown";
export default defineConfig({
const tsDownConfig = defineConfig({
clean: true,
dts: { oxc: true, parallel: true },
entry: ["../index.ts"],
@ -12,3 +12,5 @@ export default defineConfig({
target: "esnext",
treeshake: true,
});
export default tsDownConfig;