Skip to content

Commit a635123

Browse files
committed
fix: exclude json files from coverage to prevent typecheck errors
1 parent 926eace commit a635123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default defineConfig({
1010
coverage: {
1111
provider: "istanbul",
1212
include: ["**/@commitlint/*/src/**"],
13+
exclude: ["**/*.json"],
1314
},
1415
},
1516
environments: {

0 commit comments

Comments
 (0)