Skip to content

Commit

Permalink
fix: add missing tsconfig reference
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Jan 12, 2021
1 parent 6a41f92 commit 1ca392c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @commitlint/prompt/tsconfig.json
Expand Up @@ -7,5 +7,5 @@
},
"include": ["./src"],
"exclude": ["./src/**/*.test.ts", "./lib/**/*"],
"references": [{"path": "../types"}]
"references": [{"path": "../types"}, {"path": "../load"}]
}

0 comments on commit 1ca392c

Please sign in to comment.