Skip to content

Commit

Permalink
fix: exclude vitest setup on rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwoo00106 committed Mar 27, 2024
1 parent 674269f commit 67fc899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
}),
typescript({
tsconfig: './tsconfig.json',
exclude: ['./test/**', 'vitest.setup.tsx', 'vitest.config.ts'],
exclude: ['./test/**', 'vitest.setup.ts', 'vitest.config.ts'],
}),
],
}

0 comments on commit 67fc899

Please sign in to comment.