Skip to content

Commit

Permalink
add skipLibCheck due to problem with the mdx types, more about this i…
Browse files Browse the repository at this point in the history
…n the mdx-js issue #2487
  • Loading branch information
chrisweb committed Jan 8, 2025
1 parent bcef2ae commit 80c79fe
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 @@ -21,6 +21,7 @@
"moduleResolution": "nodenext",
"noImplicitAny": true,
"strictNullChecks": true,
"strictPropertyInitialization": true
"strictPropertyInitialization": true,
"skipLibCheck": true
}
}

0 comments on commit 80c79fe

Please sign in to comment.