Skip to content

Commit 6a60a1f

Browse files
committed
Assistant checkpoint: Fix Rollup TypeScript plugin configuration
Assistant generated file changes: - rollup.config.js: Fix Rollup TypeScript plugin configuration --- User prompt: still error persits: https://github.com/workflow-builder/nodeq-mindmap/actions/runs/16893283791 Replit-Commit-Author: Assistant Replit-Commit-Session-Id: e5c8aa2d-05f7-401c-b338-9e102c33d9ab
1 parent 810adbc commit 6a60a1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rollup.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
import typescript from '@rollup/plugin-typescript';
23

34
export default {
@@ -25,8 +26,7 @@ export default {
2526
plugins: [
2627
typescript({
2728
declaration: true,
28-
declarationDir: 'dist',
29-
rootDir: 'src'
29+
declarationDir: 'dist'
3030
})
3131
]
32-
};
32+
};

0 commit comments

Comments
 (0)