`@websnacksjs/conventional` is a cli program which can be used with `husky` & git hooks to enforce that commit messages adhere to the conventional commits standard.
8 lines
151 B
JSON
8 lines
151 B
JSON
{
|
|
"extends": ["../../tsconfig.common.json"],
|
|
"compilerOptions": {
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext"
|
|
},
|
|
"include": ["src"]
|
|
}
|