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 installed latest ng-redux module and put it into my project using browserify + tsify (I'm using TypeScript). I've also included the type definitions from the DT repo.
When I include this lib in my project via import 'ng-redux', I get the following error:
Error TS2306: File `node_modules/ng-redux/index.d.ts` is not a module
If I move index.d.ts outside the folder, it will compile properly and include the lib in my project.
Is it possible to move this file into dist folder or another location?
BTW thanks for making this lib, it's very helpful when using redux with ng1!