diff --git a/@commitlint/prompt/tsconfig.json b/@commitlint/prompt/tsconfig.json index 119e645565..76dd5e38cb 100644 --- a/@commitlint/prompt/tsconfig.json +++ b/@commitlint/prompt/tsconfig.json @@ -7,5 +7,5 @@ }, "include": ["./src"], "exclude": ["./src/**/*.test.ts", "./lib/**/*"], - "references": [{"path": "../types"}] + "references": [{"path": "../types"}, {"path": "../load"}] }