You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :/
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? 📚
The text was updated successfully, but these errors were encountered: