-
-
Notifications
You must be signed in to change notification settings - Fork 736
Error: Unknown option: --ignoreCompilerErrors #1643
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
Comments
I guess you updated to a newer version of TypeDoc, right? That option was removed in version 0.20: https://github.com/TypeStrong/typedoc/releases/tag/v0.20.0 |
Hi, i would want to ignore specific TS errors like TS2307 and others to create a documentation for my project Since I cannot downgrade to v.019.2 (bound to 4.0.x typescript), I need a way to use typedoc with a tool like tsc-silent Any ideas? Thank you |
I'm not going to bring this flag back. It's a bad thing. #1403 contains a workaround but be aware that any crashes due to compiling without checking errors are officially out of scope. |
How can you expect to have a reasonable documentation for something that is not valid? |
@krisztianb TS2307 is thrown cause i include a package that is not visible to Typescript before the bazel build. Is it best practise to just @ts-ignore those imports? |
@Gerrit0 I do not get my paths to work and receive a TS2307 on every single import. Yet my TS-compiler does not complain when building the project. is "typedoc --tsconfig tsconfig.json" the correct syntax? |
If you compile with If TypeDoc is complaining in some case where plain |
Search terms
typedoc --out ~/Downloads/ --tsconfig ./tsconfig.json --entryPoints ./src/ --ignoreCompilerErrors
Question
The text was updated successfully, but these errors were encountered: