Skip to content

Commit

Permalink
build: setup tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
velut committed Jul 2, 2024
1 parent b139801 commit 4f7a69d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tsup.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { defineConfig } from "tsup";

export default defineConfig({
entry: ["src/index.ts"],
format: ["esm"],
dts: true,
clean: true,
});

0 comments on commit 4f7a69d

Please sign in to comment.