I'm aware that library is written in typescript itself, but there's no typescript declaration file present to be used as an npm @types module.
You just need to append the declaration flag as true in tsconfig.json.
Also, the npm module contains a lot of unnecessary files such as docs files and website files. Even test files aren't required there.
I'm aware that library is written in typescript itself, but there's no typescript declaration file present to be used as an npm @types module. You just need to append the declaration flag as true in tsconfig.json.
Also, the npm module contains a lot of unnecessary files such as docs files and website files. Even test files aren't required there.