Delete tsup.config.ts

This commit is contained in:
2024-07-07 18:30:44 +02:00
committed by GitHub
parent 9f70c4c26f
commit 4ea7a9bf86
-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,
});