You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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';
The text was updated successfully, but these errors were encountered:
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 containingdeclare module 'node-audiorecorder';
The text was updated successfully, but these errors were encountered: