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
... assuming those files are a part of the include in your library-src's tsconfig.json. If they are not, and they have their own tsconfig.json files, you can try --entryPointStrategy packages, and pass the package directories as your entry points.
is it possible to run typedoc on dependency modules inside of node_modules? So a directory structure like
and i want docs to be created for @mycompany/src/module2/index.ts and @mycompany/src/module3/index.ts
The text was updated successfully, but these errors were encountered: