PatrickJS / angular-hmr

:fire: Angular Hot Module Replacement for Hot Module Reloading
https://patrickjs.com
Apache License 2.0
505 stars 46 forks source link

updating 1.2.2 to version 2.1.1 is giving a could not find declaration file for module /@angularclass/hmr' #55

Closed xtianus79 closed 6 years ago

xtianus79 commented 7 years ago

Updating my dependencies I came across this error when updating from 1.2.2 to v 2.1.1 produces this error

[at-loader] ./src/app/app.module.ts:7:69 TS7016: Could not find a declaration file for module '@angularclass/hmr'. '/xxx/xxx/xxx/node_modules/@angularclass/hmr/dist/index.js' implicitly has an 'any' type.

DcsMarcRemolt commented 7 years ago

The typings setting in package.json is missing. The typings are distributed correctly as it looks.

jibbers42 commented 7 years ago

I have the same issue, the PR works for me.

xtianus79 commented 6 years ago

Is anybody going to merge this and make this a new version?

PatrickJS commented 6 years ago

merged as @angularclass/hmr@2.1.3