Skip to content

Commit

Permalink
Don't rollup types
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Nov 1, 2023
1 parent dbc2f7e commit 5e2f4de
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 @@ const dependencies = Object.keys(pkg.dependencies);
const devDependencies = Object.keys(pkg.devDependencies);

export default defineConfig({
plugins: [react(), dts({ rollupTypes: true, copyDtsFiles: true })],
plugins: [react(), dts({ copyDtsFiles: true })],
build: {
copyPublicDir: false,
outDir: "build",
Expand Down

0 comments on commit 5e2f4de

Please sign in to comment.