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
Hi, I wonder if there is a way to make VSCode understand $lib alias for SvelteKit.
The error seems to be VSCode specific, because the webpage renders correctly in spite of the typescript error. I can provide a demo project. I used npx sv create to create the demo project.
{
"files.associations": {
"*.svx": "svelte"
},
}
The text was updated successfully, but these errors were encountered:
Hi, I wonder if there is a way to make VSCode understand
$lib
alias for SvelteKit.The error seems to be VSCode specific, because the webpage renders correctly in spite of the typescript error. I can provide a demo project. I used
npx sv create
to create the demo project.The text was updated successfully, but these errors were encountered: