Skip to content

Commit

Permalink
fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkasany committed Dec 24, 2024
1 parent 3b60b5f commit 6d25c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vitest.config.mts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import path from 'path';
import svgr from 'vite-plugin-svgr';
import { defineConfig } from 'vitest/config';
import { defineConfig, ViteUserConfig } from 'vitest/config';

const resolve = (src: string) => {
return path.resolve(__dirname, src);
Expand All @@ -16,7 +16,7 @@ export default defineConfig({
},
include: ['**/*.svg'],
}),
],
] as ViteUserConfig["plugins"],
resolve: {
alias: isDist
? {
Expand Down

0 comments on commit 6d25c3c

Please sign in to comment.