fix(build): bump @webcontainer/api and enable skipLibCheck to avoid type-check conflicts

This commit is contained in:
2025-12-30 16:22:46 +00:00
parent e962b28dd0
commit cd81d67695
5 changed files with 18 additions and 5 deletions

View File

@@ -4,7 +4,8 @@
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true
"verbatimModuleSyntax": true,
"skipLibCheck": true
},
"exclude": [
"dist_*/**/*.d.ts"