Closed WillooWisp closed 2 years ago
The dependency resolution of mousetrap did not seem to get correct without explicitly adding to package.json
"resolutions": {
"@types/mousetrap": "1.6.9"
}
what version of angular2-hotkeys
are you using?
I've just published v13.0.1 to npm Could u please try it out and let me know if that works for you? Thanks!
Error: node_modules/angular2-hotkeys/lib/hotkeys.service.d.ts:4:10 - error TS2305: Module '"mousetrap"' has no exported member 'MousetrapInstance'.
4 import { MousetrapInstance } from 'mousetrap';