Skip to content

Commit

Permalink
fix: skipLibCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kasaharu committed Jan 16, 2022
1 parent 7bd21db commit fd138f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"es2018",
"dom"
],
"skipDefaultLibCheck": true,
"skipLibCheck": true,
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
Expand Down

0 comments on commit fd138f4

Please sign in to comment.