This commit is contained in:
gcch 2026-04-03 23:57:57 +02:00
commit 0968f683df
24 changed files with 2762 additions and 2447 deletions

View file

@ -1,13 +1,16 @@
import type { UserConfig } from "tsdown";
import { defineConfig } from "tsdown";
const config: UserConfig = defineConfig({
checks: { circularDependency: true },
clean: true,
dts: { oxc: true, parallel: true },
entry: ["../index.ts"],
minify: false,
outDir: "../dist",
platform: "node",
publint: true,
sourcemap: false,
target: "esnext",
treeshake: true,