Skip to content

Commit

Permalink
Remove no longer needed type error supression from vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Jan 18, 2025
1 parent 2e8ef23 commit 0ed9eea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import pack from './package.json';

// eslint-disable-next-line no-restricted-exports
export default defineConfig({
// @ts-expect-error Error caused by vitest using vite 5 and the root using vite 6. To be fixed in vitest 3.
plugins: [react(), dts({ rollupTypes: true })],
build: {
lib: {
Expand Down

0 comments on commit 0ed9eea

Please sign in to comment.