.svelte has no default export
Opened this issue · 1 comments
Zerowalker commented
All the imported .svelte files are shown with this error.
I have tried adding:
"types": [
"svelte"
]
to the tsconfig file to no avail.
halfnelson commented
Does your project have a tsconfig.json file? If so could you please paste
it here. I haven't experienced this behaviour before
…On Sat, 2 May 2020, 1:42 am Zerowalker, ***@***.***> wrote:
All the imported *.svelte* files are shown with this error.
I have tried adding:
"types": [
"svelte"
]
to the *tsconfig* file to no avail.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEGS5FEW5ZIO4NPZKNENDTRPLUU3ANCNFSM4MXFTPLA>
.