Skip to content

Commit c198ed5

Browse files
committed
fix: exclude commitlint in tsconfig
1 parent 4dc882e commit c198ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"typeRoots": ["./src/typings", "./node_modules/@types"],
2323
"allowJs": true
2424
},
25-
"exclude": ["lib", "types", "test", "examples"]
25+
"exclude": ["lib", "types", "test", "examples", "commitlint.config.cjs"]
2626
}

0 commit comments

Comments
 (0)