TypeScript: declarations for keycharm #164
Labels
bug
Something isn't working
help wanted
Extra attention is needed
released
wontfix
This will not be worked on
Greetings,
I have been using vis.js through the vis package in a Vue web application which uses TypeScript exclusively. As that package was EOL, I finally got around to migrate to vis-network 6.1.1.
The transition itself was painless and easy except for one tiny little detail. During the build process, TypeScript complained about this:
For reference, here is my tsconfig.json:
The DefinitelyTyped repository does not appear to contain @types/keycharm, but I could work around the issue by adding
"skipLibCheck": true
to my tsconfig.json. As such, this is not a critical issue for me. However, I can also be somewhat pedantic and would appreciate a solution to this minor issue. I can also try to take it up with the package owner if you'd prefer that.The text was updated successfully, but these errors were encountered: