Skip to content

Commit

Permalink
Turn on skip lib check
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jan 25, 2023
1 parent c9c62a6 commit cd0968a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@

<!-- Your comment above this -->

## 11.2.3

Turns on skipLibCheck so that an @types change doesn't break deploys to homebrew

## 11.2.2

Reverts a change for GitHub Actions which was likely causing duplicate comments #1337
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"target": "es5",
"outDir": "distribution",
"lib": ["dom", "es2017"],
"strict": true
"strict": true,
"skipLibCheck": true
},
"formatCodeOptions": {
"indentSize": 2,
Expand Down

0 comments on commit cd0968a

Please sign in to comment.