Im trying to use this NPM package:
https://www.npmjs.com/package/@livechat/chat-sdk
I've installed it by using:
yarn add @livechat/chat-sdk
I've also included the types by doing:
yarn add @types/@livechat/chat-sdk
I'm importing it to my project by doing:
import LiveChat from '@livechat/chat-sdk';
but when I try to use it in my project I don't get any intelesence from VS Code. Why?