Skip to content

Commit

Permalink
ci: ignore typescript lib check
Browse files Browse the repository at this point in the history
  • Loading branch information
phts committed Sep 16, 2024
1 parent 6fb572b commit 4ae935b
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 @@ -10,6 +10,7 @@
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es6",
Expand Down

0 comments on commit 4ae935b

Please sign in to comment.