Skip to content

Commit

Permalink
skipLibCheck in TS compiler
Browse files Browse the repository at this point in the history
Puppeteer is again causing problems with types while the build seems okay.
  • Loading branch information
christophblessing committed Sep 29, 2023
1 parent 26bd7a3 commit fad29a0
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 @@
"target": "es2017",
"jsx": "react",
"jsxFactory": "h",
"skipLibCheck": true,

// When all of these are true, we can enable full strict mode
"alwaysStrict": true,
Expand Down

0 comments on commit fad29a0

Please sign in to comment.