This repository was archived by the owner on Oct 23, 2023. It is now read-only.
vue-tsc --noEmit
fails right after adding "webworker" to tsconfig.json as a lib
#49
Labels
I've tried to add PWA support to Vue 3 app with
vite-plugin-pwa
. It looks like the plugin requires "webworker" library that should be added to thelib
section intotsconfig.json
. But right after doing this the commandvue-tsc --noEmit
starts failing.The project had been generated with
npm init vite
.Error details
The text was updated successfully, but these errors were encountered: