Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong resolving tsconfig.json when folder contains .json in name #1712

Closed
hackerstanislav opened this issue Sep 25, 2021 · 0 comments
Closed
Labels
bug Functionality does not match expectation good first issue Easier issue for first time contributors help wanted Contributions are especially encouraged

Comments

@hackerstanislav
Copy link

Search terms

tsconfig.json, .json, folder, resolving

Expected Behavior

If there is a project in folder path /project/parser.json/tsconfig.json generation of documentation will be work as expected.

Actual Behavior

Generation ends with error

Warning: No compiler options set. This likely means that TypeDoc did not find your tsconfig.json. Generated documentation will probably be empty.
Warning: Unable to locate entry point: /project/parser.json/src/index.ts
Rendering [========================================] 100%

Environment

  • Typedoc version: 0.20
  • TypeScript version: 4.0
  • Node.js version: 14.17.6
  • OS: MacOS, Windows
@hackerstanislav hackerstanislav added the bug Functionality does not match expectation label Sep 25, 2021
@Gerrit0 Gerrit0 added help wanted Contributions are especially encouraged good first issue Easier issue for first time contributors labels Sep 26, 2021
@Gerrit0 Gerrit0 closed this as completed in 2062288 Oct 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality does not match expectation good first issue Easier issue for first time contributors help wanted Contributions are especially encouraged
Projects
None yet
Development

No branches or pull requests

2 participants