1
1
mirror of https://github.com/mdx-js/mdx.git synced 2024-10-05 20:07:37 +03:00

Add temporary skipLibCheck

Related-to: #1776.
This commit is contained in:
Titus Wormer 2024-09-13 18:05:56 +02:00
parent 3f8344b3a2
commit d1c8492101
No known key found for this signature in database
GPG Key ID: E6E581152ED04E2E

View File

@ -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"
},