We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Add "noImplicitAny": false to compileOptions in tsconfig.json
"noImplicitAny": false
compileOptions
tsconfig.json
Sorry, something went wrong.
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 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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: