We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71ebe8 commit e172a55Copy full SHA for e172a55
1 file changed
vitest.config.ts
@@ -1,12 +1,11 @@
1
-import tsconfigPaths from 'vite-tsconfig-paths';
2
import { defineConfig } from 'vitest/config';
3
4
export const sharedConfig = defineConfig({
5
- plugins: [tsconfigPaths() as any],
6
resolve: {
7
alias: {
8
graphql: 'graphql/index.js',
9
},
+ tsconfigPaths: true,
10
11
test: {
12
globals: true,
0 commit comments