Could not find a declaration file for module 'izanami-node'. './node_modules/izanami-node/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/izanami-node` if it exists or add a new declaration (.d.ts) file containing `declare module 'izanami-node';`
When importing Izanami on a Typescript project
the following error occurs :
Could you please add the declaration file?
Thanks