This is my main.ts file, but I had renamed it to index.ts later. However, I still encountered the same error multiple times as shown in the terminal output below:
https://i.sstatic.net/hFHmX.png
Below is the content of my tsconfig.json file:
https://i.sstatic.net/h48Xh.png
When running "typedoc --out docs imports.ts", I received the following error:
Error: Unable to find any entry points. Make sure TypeDoc can find your tsconfig
I am puzzled as to why tsconfig.json is not being detected...