Skip to content

Commit

Permalink
build(openid): set skipLibCheck to true
Browse files Browse the repository at this point in the history
The pipeline was failing because of external dependencies. I'm not sure
if this is the right way to fix it, but it's a start.

Signed-off-by: Karim Stekelenburg <[email protected]>
  • Loading branch information
karimStekelenburg committed Feb 3, 2023
1 parent 6baf565 commit b305866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/openid4vc-client/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": ["jest"]
"types": ["jest"],
"skipLibCheck": true
}
}

0 comments on commit b305866

Please sign in to comment.