-
Notifications
You must be signed in to change notification settings - Fork 701
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
Multiple questions: --lib support, tsconfig "extends" option #399
Comments
I've been tracking the tsconfig support on #301. You can see the related issues and PRs there. |
Great, thanks for links. I plan to take a look on these two issues but I am quiet busy with Ajs and AjsDoc so don't know when I'll find time for it. Hopefully till end of February. |
+1 |
I'm going to close this issue in favour of #301. @danielweck Please refrain from "+1" or other meaningless comments. It doesn't really change anything for maintainers other than adding noise. If you'd like to contribute productively, we're open to accepting PRs or discussions on solving the issue. The other issue with "+1" is that I don't even know what the "+1" is for - did you want the @aciccarello We should look into making those tests easier to add, |
Hi,
First of all, thanks for typedoc, its great.
I would like to ask if the typedoc supports the --lib (or "lib" option in the tsconfig). --lib is not supported directly (there is no way how to pass it to typedoc) and "lib" seems not to be working as tsc reports errors. I am currently using TypeScript 2.5.1 (from typedoc perspective it should be the same as 2.4) with es2015.promise lib and it seems the typedoc is not able to pass the tsconfig correctly to the compiler as it emits number of errors: "Cannot find promise". Compilation itself works well.
Also the tsconfig option "extends" which basically merges two tsconfigs together fails within the typedoc (when I merge everything manually to typedoc.json and pass it as --tsconfig option it works well - except the lib errors ;) ):
I am merging these files:
The text was updated successfully, but these errors were encountered: