-
Notifications
You must be signed in to change notification settings - Fork 712
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
Cannot generate docs when "composite" is true in tsconfig.json #851
Comments
Thanks for the report! |
I use typedoc programmatically and got same issue. TypeScript crashes with following error(s): My project and global TS configs are: Project config
Global config
|
I suspect this is at least related to #380, TypeDoc doesn't seem to support the |
Typedoc doesn't support Solution style: "https://angular.io/config/solution-tsconfig". |
Bug Report
This bug is occurring in a monorepo project managed with Yarn Workspaces. I've recently upgraded it to TypeScript 3 and was looking to take advantage of Project References. To do this, I set
composite: true
undercompilerOptions
intsconfig.json
for each subpackage. If I set it tofalse
, then everything works fine.Actual behavior
Expected behavior
It should generate docs with no problems.
Similar issues
composite: true
in tsconfig.json ezolenko/rollup-plugin-typescript2#112The text was updated successfully, but these errors were encountered: