mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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:
@@ -36,7 +36,9 @@
|
||||
"resolveJsonModule": true,
|
||||
"types": ["node", "mocha"],
|
||||
"esModuleInterop": true,
|
||||
"preserveSymlinks": true
|
||||
"preserveSymlinks": true,
|
||||
"skipLibCheck": true
|
||||
|
||||
},
|
||||
"exclude": [
|
||||
"./.meteor/**",
|
||||
|
||||
Reference in New Issue
Block a user