Skip to content

Commit

Permalink
chore: ignore ts errors from lib
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Jul 27, 2023
1 parent 55e9961 commit 71708ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"esModuleInterop": true,
"strict": true,
"noImplicitAny": false,
"skipLibCheck": true,
"resolveJsonModule": true
}
}

0 comments on commit 71708ec

Please sign in to comment.