We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78fc295 commit f001a0aCopy full SHA for f001a0a
1 file changed
vitest.config.ts
@@ -14,6 +14,9 @@ export default defineConfig({
14
"**/*.config.*",
15
"coverage/",
16
"src/__tests__/**",
17
+ ".github/**",
18
+ "src/index.ts",
19
+ "src/types.ts",
20
],
21
},
22
0 commit comments