You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same here, i've managed to isolate the issue to Typescript 4.5+, it goes away when you activate the compilerOptions.skipLibCheck: true in your tsconfig file
Not exactly sure when this started, but I'm getting an error when running
vue-tsc
(TS typechecking for vue) related to this pluginrunning
vue-tsc --noEmit
gives me the following errorMy tsconfig:
The text was updated successfully, but these errors were encountered: