Skip to content

Commit

Permalink
fix: revert skipLibCheck to true
Browse files Browse the repository at this point in the history
  • Loading branch information
skarab42 committed Sep 21, 2022
1 parent e158486 commit 10ba876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"noPropertyAccessFromIndexSignature": true,

/** Completeness */
"skipLibCheck": false,
"skipLibCheck": true, // https://github.com/microsoft/TypeScript/issues/30511
"skipDefaultLibCheck": true
}
}

0 comments on commit 10ba876

Please sign in to comment.