Skip to content
New issue

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

Can't build project - Typescript problem #122

Open
vprado-dev opened this issue Nov 3, 2021 · 3 comments
Open

Can't build project - Typescript problem #122

vprado-dev opened this issue Nov 3, 2021 · 3 comments

Comments

@vprado-dev
Copy link

vprado-dev commented Nov 3, 2021

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 vprado-dev changed the title Can't build my project Can't build project - Typescript problem Nov 3, 2021
@North-West-Wind
Copy link

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

@ErezCsillag
Copy link

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

@vprado-dev
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants