-
Notifications
You must be signed in to change notification settings - Fork 786
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
[Typings] Not compatible with strict
compilerOptions
#623
Comments
strict
compilerOptions
strict
compilerOptionsstrict
compilerOptions
👍 same issue.
However that also says the skiplibcheck flag can be used as a workaround. |
Same issue to. However --skiplibcheck seems like an all or nothing fix. I think its best to try to open a PR to fix the problem. I hope it is merged and released ASAP though |
Same issue.. |
I'm translating the project to typescript so, with some help, this should be resolved soon. |
Nice. For what it's worth I did a huge migration with Polar: ... and it was a massive help! I think you'll find a huge productivity win here. |
The migration is done. Please update to version npm install interactjs@next
npm install --save-dev @interactjs/types@next |
@taye Thanks for releasing the types for the plugin! However, it seems like doing In the root In order to get all the typings for the plugin, I will have to import the types manually, i.e.:
So that I can do something like this:
|
@terrymun The |
@taye Thanks for the quick reply, sorry for getting back to you a bit later. Using |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Expected behavior
No error when using typescript with configuration
complerOptions.strict
andtslint:recommended
enable.Actual behavior
Suggestion
For just temporary, I suggest any PR involving typescript should be accepted by default until there is a smoke test for supporting typescript.
System configuration
interact.js version: 1.3.3
Browser name and version: Google Chrome Version 64.0.3282.186 (Official Build) (64-bit)
Operating System: Ubuntu 16.04
The text was updated successfully, but these errors were encountered: