Cannot find module '@intlify/devtools-types' or its corresponding type declarations. #2124
Open
4 tasks done
Labels
Status: Review Needed
Request for review comments
Reporting a bug?
I have switched an existing project to typescript (first time using typescript) and to debug something else I used vue-tsc on the project. I did not know about skipLibCheck so so I checked everything for type errors and I actually got errors in your files that I thought I would report. Actually installing
@intlify/devtools-types
(or just using skipLibCheck..., I found out about that while I war writing this issue) fixes the errors so I think you did not put it as a dependency (most likely because it just contains types). This is obviously not a huge issue, but I think it might be something you have not been aware of, so here is the report.Expected behavior
No errors when using vue-tsc or a note in the documentation about this being expected and to use skipLibCheck in tsconfig.json when using vue-i18n with vue-tsc. Trying out a tool (and typescript) for the first time and running into undocumented errors outside of your own code makes for a miserable time since you are never sure if you did something wrong or if this is expected
Reproduction
https://github.com/bi-so-gmbh/typescript-test
System Info
Screenshot
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: