TS7016: Could not find a declaration file for module 'vue-github-buttons'. 'node_modules/vue-github-buttons/dist/vue-github-buttons.cjs.js' implicitly has an 'any' type. If the 'vue-github-buttons' package actually exposes this module, try adding a new declaration (.d.ts) file containing `declare module 'vue-github-buttons';`
It seems the
packages.json
lacks atypes
entry which points to the.d.ts
file. See also: https://www.tslang.cn/docs/handbook/declaration-files/publishing.html