Skip to content

Commit ffa2fb6

Browse files
Try fixing the folder of declarations.
1 parent 2d2ded0 commit ffa2fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const config = {
8686
typescript({
8787
tsconfig: "./tsconfig.build.json",
8888
declaration: true,
89-
declarationDir: "dist",
89+
declarationDir: "./dist",
9090
}),
9191
filesize(),
9292
],

0 commit comments

Comments
 (0)