Skip to content

Commit c456add

Browse files
armano2escapedcat
authored andcommitted
fix: add missing tsconfig reference
1 parent 9709318 commit c456add

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)