Skip to content

Commit 0d7a438

Browse files
committed
Remove no longer needed type error supression from vite config
1 parent 1360c6a commit 0d7a438

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vite.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import pack from './package.json';
66

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

0 commit comments

Comments
 (0)