However when I try to import and use the package - I receive this error.
All imports in import declaration are unused.ts(6192)
Could not find a declaration file for module 'lib-jitsi-meet/dist/esm'. '//src/jitsi-lib-test/node_modules/lib-jitsi-meet/dist/esm/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/lib-jitsi-meet` if it exists or add a new declaration (.d.ts) file containing `declare module 'lib-jitsi-meet/dist/esm';
Are there are additional known steps needed to make this work?
Are there any examples of projects using lib-jitsi-meet with TypeScript?