node-soundcloud-downloader
node-soundcloud-downloader copied to clipboard
Can't build project - Typescript problem
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
Add "noImplicitAny": false
to compileOptions
in tsconfig.json
Add
"noImplicitAny": false
tocompileOptions
intsconfig.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
Add
"noImplicitAny": false
tocompileOptions
intsconfig.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