Skip to content

Commit

Permalink
Added types rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-Ross committed Dec 29, 2023
1 parent 2c12b31 commit 42c2740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dts from "vite-plugin-dts";

// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), dts()],
plugins: [react(), dts({ rollupTypes: true })],
build: {
target: "esnext",
minify: false,
Expand Down

0 comments on commit 42c2740

Please sign in to comment.