node-audiorecorder icon indicating copy to clipboard operation
node-audiorecorder copied to clipboard

Typescript and Import Support ?

Open Allakazan opened this issue 1 year ago • 1 comments

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';

Allakazan avatar May 31 '24 01:05 Allakazan