Skip to content

Commit

Permalink
Deduped deps and type error silenced
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Jan 1, 2025
1 parent f722887 commit f358aba
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 20 deletions.
45 changes: 25 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ 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: {
Expand Down

0 comments on commit f358aba

Please sign in to comment.