Skip to content

Commit 61fe81b

Browse files
committed
Exclude vitest config from compilation
- Prevents confusion caused if vite finds multiple config files (JS and TS)
1 parent adbc241 commit 61fe81b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
4-
"outDir": "./dist",
5-
}
4+
"outDir": "./dist"
5+
},
6+
"exclude": [
7+
"node_modules",
8+
"dist",
9+
"vitest.config.ts"
10+
]
611
}

0 commit comments

Comments
 (0)