Could not find a declaration file for module 'bitvavo'. 'path-to-project/node_modules/bitvavo/node-bitvavo-api.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/bitvavo` if it exists or add a new declaration (.d.ts) file containing `declare module 'bitvavo';`
import bitvavo from "bitvavo";
I know what this error means but bitvavo has no @types package on npm. And I really need bitvavo for my project. Is there any way to fix or suppress the error?