Skip to content

Commit

Permalink
feat: enable skipDefaultLibCheck only
Browse files Browse the repository at this point in the history
  • Loading branch information
skarab42 committed Sep 21, 2022
1 parent 5f723f2 commit e158486
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"noPropertyAccessFromIndexSignature": true,

/** Completeness */
"skipLibCheck": true
"skipLibCheck": false,
"skipDefaultLibCheck": true
}
}

0 comments on commit e158486

Please sign in to comment.