Skip to content

Commit

Permalink
fix: exclude commitlint in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf committed Mar 21, 2023
1 parent 4dc882e commit c198ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"typeRoots": ["./src/typings", "./node_modules/@types"],
"allowJs": true
},
"exclude": ["lib", "types", "test", "examples"]
"exclude": ["lib", "types", "test", "examples", "commitlint.config.cjs"]
}

0 comments on commit c198ed5

Please sign in to comment.