diff --git a/tsup.config.ts b/tsup.config.ts index b50bd0a..2948511 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -7,7 +7,8 @@ export default defineConfig({ "components/index": "src/components/index.ts", }, format: ["esm"], - dts: { tsconfig: "tsconfig.build.json" }, + dts: true, + tsconfig: "tsconfig.build.json", sourcemap: true, clean: true, treeshake: true,