-
Notifications
You must be signed in to change notification settings - Fork 50
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
not usable with vue cli setup typescript project #38
Comments
I have the same problem. |
An inelegant solution:
|
I have just done a pull request that I believe fixes this issue. |
We have the same problem here at Kuzzle and are currently using the same solution as thomergil. Please, merge the PR from @ageddesi 🙏 |
Let me have a look! |
@ageddesi @xbill82 I merged the PR and released the package as 1.5.5 on NPM. Can you confirm your issue is solved? Because in my sample TS project it unfortunately isn't. I'm using "dependencies": { Please let me know ;). |
I personally still have the error with 1.5.5 |
I also have the same issue on 1.5.4 & 1.5.5. |
I setup a new vue project using the cli, including TypeScript support and wanted to add vuejs-logger.
I'm already using the latest version, which includes the type def (.d.ts) file. That file is recognised by VSCode, too.
However I can't get the project to compile.
this is the main.ts:
Complete error output:
Any suggestions?
The text was updated successfully, but these errors were encountered: