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
Typedoc has a dependency on @types/fs-extra, which has a dependency on @types/node. Unfortunately, installing @types/node into node_modules in a react-native typescript project creates global type definition conflicts. This is preventing me from installing typedoc as a local package dependency.