-
-
Notifications
You must be signed in to change notification settings - Fork 634
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 Not Working #681
Comments
Tested with current latest master commit, same results. |
You are using an old version of TypeScript (1.8) which lacks support for some of the language features used in Infero's type definitions. You'll need to update to TS 2.0 or later. |
also, you have to turn |
This issue should be resolved now using latest version: 1.1.1 |
and how can I solve this when I have |
@screendriver at the moment its not possible, I know @longlho is working on better typescript support, related ticket: #798 and #686 start of implementation PR: #800 this is open source project so if you can help with this it would be awesome. Lets continue discussion on another thread anyway. |
Thank you very much for that quick response and your help 👍 |
Before submitting an issue please:
If you can, please distill your problem down and include a JSFiddle example for illustration.
Issue Template
Observed Behaviour
Inferno is not letting us use it in typescript applications.
Expected Current Behaviour
In my opinion Inferno it should be "typescript first" even "typescript only" just like Angular 2 since it's written in typescript.
Inferno Metadata
Ubuntu 16.04
The text was updated successfully, but these errors were encountered: