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

Typescript support #36

Open
4 tasks done
sikelio opened this issue Feb 10, 2024 · 0 comments
Open
4 tasks done

Typescript support #36

sikelio opened this issue Feb 10, 2024 · 0 comments

Comments

@sikelio
Copy link

sikelio commented Feb 10, 2024

Describe the problem 🧐

I'm mostly developing with typescript for web apps and I don't wont to activate an option in a tsconfig.json for accepting packages without type declaration, because it will make me forget to install @types/* packages for other packages that don't include it. It also because many devs, are developing in strict mode.

Describe the propsed solution 😎

I think a .d.ts file is sufficient. There is only one file that handles this plugins :)

Alternatives considered 🤔

Making my own declaration file in the projects but not really practical.
Making a fork of this repo and push a possible solution but I'm not really operational on type declaration file :/

How important is this feature to you? 🧭

Would make my life a lot easier

Checked all these? 📚

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

1 participant