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

@@ -1,5 +1,12 @@
# Changelog
## 2025-12-30 - 3.14.1 - fix(build)
bump @webcontainer/api and enable skipLibCheck to avoid type-check conflicts
- Updated @webcontainer/api from 1.2.0 to 1.6.1
- Added "skipLibCheck": true to tsconfig.json compilerOptions to suppress external library type errors
- No breaking changes expected; this is a build/dev fix
## 2025-12-30 - 3.14.0 - feat(editor)
add modal prompts for file/folder creation, improve Monaco editor reactivity and add TypeScript IntelliSense support