Skip to content

Commit 1ca392c

Browse files
committed
fix: add missing tsconfig reference
1 parent 6a41f92 commit 1ca392c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@commitlint/prompt/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
},
88
"include": ["./src"],
99
"exclude": ["./src/**/*.test.ts", "./lib/**/*"],
10-
"references": [{"path": "../types"}]
10+
"references": [{"path": "../types"}, {"path": "../load"}]
1111
}

0 commit comments

Comments
 (0)