This commit is contained in:
Lechner Julian - FrauJulian
2025-07-07 17:35:46 +02:00
parent 438abad427
commit 099d6a1367
14 changed files with 0 additions and 3882 deletions
-10
View File
@@ -1,10 +0,0 @@
import { defineConfig } from "tsup";
export default defineConfig({
format: [ "cjs", "esm" ],
entry: ["./src/index.ts"],
dts: true,
shims: true,
skipNodeModulesBundle: true,
clean: true,
});