Merge pull request #14094 from thenileshmishra/fix-skip-lib-check

fix(typescript): add skipLibCheck to avoid rspack cli type resolution failure
This commit is contained in:
Nacho Codoñer
2026-03-13 18:02:41 +01:00
committed by GitHub

View File

@@ -36,7 +36,9 @@
"resolveJsonModule": true,
"types": ["node", "mocha"],
"esModuleInterop": true,
"preserveSymlinks": true
"preserveSymlinks": true,
"skipLibCheck": true
},
"exclude": [
"./.meteor/**",