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
../../packages/rocky/rocky7/src/core/state.ts:2:28 - error TS7016: Could not find a declaration file for module '@gullerya/object-observer'. '/Users/shiva/Work/grati.co/node_modules/@gullerya/object-observer/dist/object-observer.min.js' implicitly has an 'any' type.
There are types at '/Users/shiva/Work/grati.co/node_modules/@gullerya/object-observer/dist/object-observer.d.ts', but this result could not be resolved when respecting package.json "exports". The '@gullerya/object-observer' library may need to update its package.json or typings.
2 export { Observable } from "@gullerya/object-observer";
I think the fix is easy, just add types field to exports in package.json which it's missing right now
I think the fix is easy, just add types field to exports in package.json which it's missing right now
The text was updated successfully, but these errors were encountered: