Skip to content

Commit

Permalink
only expose one entry (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Sep 28, 2023
1 parent 2e50e4f commit 7c3b2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { defineConfig } from "tsup"

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

0 comments on commit 7c3b2d6

Please sign in to comment.