-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
When i try to use this library with import i'm geting some errors that TS can't find the declaration file.
Can you help me fix this ?
error TS7016: Could not find a declaration file for module 'node-audiorecorder'. 'C:/Users/bruno/workspace/python/influencer-z/node_modules/node-audiorecorder/library/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/node-audiorecorder if it exists or add a new declaration (.d.ts) file containing declare module 'node-audiorecorder';
kotlinski and beautyfree