-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
index.d.ts : Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier. #473
Comments
Hello, I had the same issue. It looks like the |
the error is related to this issue in Typescript tried to create a fix, but couldn't do so quickly. |
while it is related, the correct way is to use |
What's the status on this PR #464? For now I've created a fork and fixed this manually but I'd rather depend on this version than my own monkey patched one |
Also rising question what is the status ? |
Have the same problem. |
Hi. I have the same issue. Have to downgrade the version to |
Adding to package.json |
Same issue here, downgrading to v2.0.2 works for me. |
Duplicate of #459 |
Hey there.
I believe there's an issue with the provided typings.
Running this with Nuxt
and typescript runtime
The text was updated successfully, but these errors were encountered: