We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e50e4f commit 7c3b2d6Copy full SHA for 7c3b2d6
tsup.config.ts
@@ -2,6 +2,6 @@ import { defineConfig } from "tsup"
2
3
export default defineConfig({
4
dts: true,
5
- entry: ["src/**"],
+ entry: ["src/index.ts"],
6
format: ["cjs", "esm"],
7
})
0 commit comments