Skip to content

Commit e172a55

Browse files
committed
Update vitest config
1 parent e71ebe8 commit e172a55

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

vitest.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
import tsconfigPaths from 'vite-tsconfig-paths';
21
import { defineConfig } from 'vitest/config';
32

43
export const sharedConfig = defineConfig({
5-
plugins: [tsconfigPaths() as any],
64
resolve: {
75
alias: {
86
graphql: 'graphql/index.js',
97
},
8+
tsconfigPaths: true,
109
},
1110
test: {
1211
globals: true,

0 commit comments

Comments
 (0)