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 244720f commit c5f5540Copy full SHA for c5f5540
rollup.config.js
@@ -18,7 +18,8 @@ import typescript from "@rollup/plugin-typescript";
18
export default [
19
{
20
input: "src/index.ts",
21
- plugins: [typescript()],
+ plugins: [typescript({ tsconfig: './tsconfig.json', 'declarationDir': './' }),
22
+],
23
output: {
24
file: "dist/index.esm.js",
25
format: "esm",
0 commit comments