-
Notifications
You must be signed in to change notification settings - Fork 31
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 definitions? #38
Comments
If using webpack, this can be done leaving import * as blessed from 'blessed'; and then in webpack use the resolve.alias: resolve: {
alias: {
blessed$: 'neo-blessed',
},
}, but still... shouldn't this project have it's own definitions? since not everyone is using webpack, and if the library evolves, some new types might be needed... |
Hello, I'm using JetBrains IntelliJ to code, and I can't find any way to use So, +1 for this. Thanks |
i've copied blessed's typings and swapped |
I robocopy'ed blessed to neo-blessed in @types and just updated package.json. Since this is a drop-in replacement simply copying @types/blessed to @types/neo-blessed should work but I don't have the confidence to do an official install but since it's simple, I'd encourage others to do so. |
Hope this gets resolved. |
Is any update for this issue? I have a local resolution for that.
|
Yes, although it won't contain any change that However, after doing a quick look on Useful Forks, I see that @zach-is-my-name is merging other forks, and may be trying to create a super-fork ? |
Is there any way to use
@types/blessed
withneo-blessed
?The text was updated successfully, but these errors were encountered: