node-soundcloud-downloader icon indicating copy to clipboard operation
node-soundcloud-downloader copied to clipboard

Can't build project - Typescript problem

Open vprado-dev opened this issue 3 years ago • 3 comments

I added this library in my discord-bot typescript project, but i'm getting so many errors when I'm trying to build it.

Do you know something about it? I think that's some problems with types, but I don't know how to solve it

image

vprado-dev avatar Nov 03 '21 19:11 vprado-dev

Add "noImplicitAny": false to compileOptions in tsconfig.json

North-West-Wind avatar Feb 10 '22 04:02 North-West-Wind

Add "noImplicitAny": false to compileOptions in tsconfig.json

Maybe do not use any? it's a library it should be "plug and play", which it is totally not. it makes the library unusable for me

ErezCsillag avatar Sep 04 '22 20:09 ErezCsillag

Add "noImplicitAny": false to compileOptions in tsconfig.json

Maybe do not use any? it's a library it should be "plug and play", which it is totally not. it makes the library unusable for me

I totally agree with you, I don't have to change my entire project typescript config to use a single library

vprado-dev avatar Sep 05 '22 12:09 vprado-dev