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
Hi, I am switching from the browser-monads package to this one in order to
migrate a project to typescript. I am running into this error when compiling:
error TS7016: Could not find a declaration file for module 'browser-monads-ts'.
'project/node_modules/browser-monads-ts/dist/browser-monads-ts.es.js' implicitly
has an 'any' type.
There are types at 'project/node_modules/browser-monads-ts/dist/index.d.ts', but
this result could not be resolved when respecting package.json "exports". The
'browser-monads-ts' library may need to update its package.json or typings.
Is this project still maintained?
The text was updated successfully, but these errors were encountered:
Hi, I am switching from the
browser-monads
package to this one in order tomigrate a project to typescript. I am running into this error when compiling:
Is this project still maintained?
The text was updated successfully, but these errors were encountered: