This is my "index.ts" file. It's actually called imports.ts here, I renamed it to index.ts after this but same error. The bottom terminal output shows what I write, 4 times, and about same error everytime:
Here is my tsconfig.json file:
Also typing "typedoc --out docs imports.ts" gives the same output of error Unable to find any entry points. Make sure TypeDoc can find your tsconfig
Not sure why tsconfig.json is not found...
As Gerrit0 said: "The tsconfig was found - that error message could probably be improved... "include" in your tsconfig doesn't specify imports.ts, so it isn't included in the program"