fix: incorrect config parsing

This commit is contained in:
2023-08-19 20:18:40 +03:00
parent b5ca3152c1
commit e9d3c5e293
4 changed files with 48 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
export interface Config {
commitTypes?: Array<Type>;
types?: Array<Type>;
scopes?: Array<string>;
}