Closed
Description
Search terms
0.24.2
Expected Behavior
Installing 0.24.2 should not break the build.
Actual Behavior
PS C:\Users\micha\Git\refa> npx typedoc --treatWarningsAsErrors --logLevel 0
[debug] Reading tsconfig at ./tsconfig.json
[debug] Using TypeScript 5.0.2 from ./node_modules/typescript/lib
[error] Unable to find any entry points. Make sure TypeDoc can find your tsconfig
Steps to reproduce the bug
- Download https://github.com/RunDevelopment/refa
(make sure it's the latest commit: ee63239e81494325acd3149ca2eadda74e76e6b2) npm ci
- Refa currently uses 0.24.1. Run
npx typedoc --treatWarningsAsErrors --logLevel 0
to verify that the build works. npm i -D [email protected]
- Run
npx typedoc --treatWarningsAsErrors --logLevel 0
and get the above error.
Environment
- Typedoc version: 0.24.2
- TypeScript version: 5.0.2
- Node.js version: v16.11.1
- OS: Win10