I am having an issue to use the library. When I run I get the following:  This may not directly be the library issue, but any of you having the same problem? I provided the following in `tsconfig.json` file but it didn't help. ``` "types": ["node"], "typeRoots": ["node_modules/@types"] ```