Skip to content

Commit

Permalink
Remove 'copyDtsFiles' option
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-1997 committed Mar 8, 2022
1 parent 9d826f7 commit c2e1fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graph-drawing/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ export default defineConfig({
fileName: 'graph-drawing',
},
},
plugins: [dts({ copyDtsFiles: false })],
plugins: [dts()],
});

0 comments on commit c2e1fdd

Please sign in to comment.