From 1ca392c3f647dcc324d3c142235284334d251410 Mon Sep 17 00:00:00 2001 From: Armano Date: Tue, 12 Jan 2021 19:19:34 +0100 Subject: [PATCH] fix: add missing tsconfig reference --- @commitlint/prompt/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}] }