Skip to content

Commit

Permalink
Add temporary skipLibCheck
Browse files Browse the repository at this point in the history
Related-to: #1776.
  • Loading branch information
wooorm committed Sep 13, 2024
1 parent 3f8344b commit d1c8492
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 @@ -10,6 +10,8 @@
"lib": ["es2022"],
"module": "node16",
"moduleResolution": "node16",
// Needed for DocSearch for now: <https://github.com/mdx-js/mdx/issues/1776#issuecomment-2349294900>.
"skipLibCheck": true,
"strict": true,
"target": "es2022"
},
Expand Down

0 comments on commit d1c8492

Please sign in to comment.