Wednesday 31 May 2017

Cannot find declaration file for 'autobind-decorator' in typescript

I am using Typescript and I want to import 'autobind-decorator' package inside project but ı stuck here.

I am getting this error line while compiling:

cannot find declaration file for 'autobind-decorator'. Implicitly has an 'any' type

I also tried @types/autobind-decorator npm package, but it didn't work. Is there any option to get rid of this compile error.



via mert

No comments:

Post a Comment