We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2ded0 commit ffa2fb6Copy full SHA for ffa2fb6
rollup.config.mjs
@@ -86,7 +86,7 @@ const config = {
86
typescript({
87
tsconfig: "./tsconfig.build.json",
88
declaration: true,
89
- declarationDir: "dist",
+ declarationDir: "./dist",
90
}),
91
filesize(),
92
],
0 commit comments