-
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
Error: error TS5055: Cannot write file '...' because it would overwrite input file. #1639
Comments
Solved by adding |
actually, that causes my test file not to compile - so I don't know |
Tried this too, but to no avail
giving up for now |
TypeDoc's behavior matches the behavior of Running Alternatively, set a output directory with |
So as we have multiple out dirs for different targets I should just set outDir to "/tmp" for typedoc? Is there another way to tell typedoc's tsc not to write anything? As we write our typescript output in our compile steps, not our doc step. |
You could also put |
that would be great, as this is already the implied behaviour of it:
Right now it seems with either configuration option I will negate myself:
Setting
|
You put |
Great, this works (editions are compiled, documentation is compiled) as a workaround:
That will be great, thank you. |
Search terms
Expected Behavior
those files to be ignored due to the
--exclude
patternActual Behavior
didn't work
Steps to reproduce the bug
Environment
0.21.4
4.3.5
16.5.0
Darwin Kernel Version 20.6.0: Wed Jun 23 00:26:27 PDT 2021; root:xnu-7195.141.2~5/RELEASE_ARM64_T8101 x86_64
- m1 mac mini 11.5.1 (20G80)The text was updated successfully, but these errors were encountered: