logue / vite-vuetify-ts-starter

@vitejs + @vuejs 3+@Vuetifyjs 3
MIT License
170 stars 37 forks source link

tsconfig #5

Open f1eeman opened 2 years ago

f1eeman commented 2 years ago

image Need to add option: "skipLibCheck"

logue commented 2 years ago

Did you try type yarn run clean and reopen vscode?

f1eeman commented 1 year ago

it helped in vs code, but in web storm without this option in tsconfig(skipLibCheck) this error reappears

logue commented 1 year ago

Have you tried Take over mode?

f1eeman commented 1 year ago

this extension is not available for webstorm

logue commented 1 year ago

I don't know much about webstorm.

Need to add option: "skipLibCheck"

If it works well, it might be the correct answer, but I can't say exactly because the create-vue template that is the base is not specifically described.