Skip to content

Commit bf2b14a

Browse files
committed
test: don't transform typescript
1 parent 99fbe5a commit bf2b14a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

vitest.config.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import { defineConfig } from 'vitest/config'
2+
3+
export default defineConfig({
4+
test: {
5+
server: {
6+
deps: {
7+
external: [/node_modules/],
8+
},
9+
},
10+
},
11+
})

0 commit comments

Comments
 (0)