halfnelson/svelte-type-checker-vscode

.svelte has no default export

Opened this issue · 1 comments

All the imported .svelte files are shown with this error.
I have tried adding:

    "types": [
      "svelte"
    ]

to the tsconfig file to no avail.