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
Unable to find any entry points. Make sure TypeDoc can find your tsconfig.
Problem
TypeDoc's errors/warnings when determining entry points could use a lot of user experience improvements. The "make sure TypeDoc can find your tsconfig" message that is printed might have usually been the problem several years ago, but now that we use TypeScript's API to find a tsconfig file, it's very rarely the issue. In my experience it is far more likely that:
A file was included that was not included in the program (we should tell the user the path exists, but isn't included in the tsconfig)
The user provided a directory/file when TypeDoc expected a file/directory (common when first setting up packages mode)
Search Terms
Unable to find any entry points. Make sure TypeDoc can find your tsconfig.
Problem
TypeDoc's errors/warnings when determining entry points could use a lot of user experience improvements. The "make sure TypeDoc can find your tsconfig" message that is printed might have usually been the problem several years ago, but now that we use TypeScript's API to find a tsconfig file, it's very rarely the issue. In my experience it is far more likely that:
Suggested Solution
Spend some time trying to break entry points in every way imaginable, and provide better error messaging describing what went wrong.
See also:
typedoc foo.ts
report Error: Unable to find any entry points #2080The text was updated successfully, but these errors were encountered: