🩹 Fixes
- ⚠️ Remove
lib
from.wxt/tsconfig.json
(#209)
📖 Documentation
🏡 Chore
- Fix Svelte and React template READMEs (#207)
⚠️ Breaking Changes
- ⚠️ Removed
"WebWorker"
types from.wxt/tsconfig.json
(#209). These types are useful for MV3 projects using a service worker. To add them back to your project, add the following to your project's TSConfig:{ "extends": "./.wxt/tsconfig.json", + "compilerOptions": { + "lib": ["ESNext", "DOM", "WebWorker"] + } }
❤️ Contributors
- yyyanghj (@yyyanghj)