Closed marcellmanfrin closed 2 years ago
Thanks. Seems like vue-tsc needs to be updated in the templates and the tsconfig needs to be tweaked.
If you want to get it working with what you have:
npm install -D vue-tsc@latest
"skipLibCheck": true,
to tsconfig.jsonI'll update the templates as part of the next release.
This should now be fixed with the latest versions of create-vite-plugin-web-extension and vite-plugin-web-extension