Skip to content

Commit

Permalink
add path to tsconfig for typechecking workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kainpets committed Nov 2, 2023
1 parent 69f1dd6 commit b7fdac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"doc": "docs"
},
"scripts": {
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit -p ./doc-snippet-bot/tsconfig.json"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit b7fdac0

Please sign in to comment.