-
-
Notifications
You must be signed in to change notification settings - Fork 736
Support baseUrl
and paths
as TS compiler options
#340
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
Hello @lennartjansson, it would be great if you put together a PR. The current maintainer took over the project from someone else so no one is an expert on the code base. Various people have been helping improve the TypeScript 2.0 support starting with #234 so your help would be greatly appreciated. I do know that those compiler options were set to be temporarily ignored in #308 so that the compiler would run again. So I would start by removing them from that array and figuring out how to get the values to be used correctly. |
Cool, will take a swing at it.
I did try this --
etc., which suggests it's trying to parse object keys as separate options... typedoc does not consume any compiler options with object or array types already, right? The error message looks similar to the one from #234 (comment), for example. |
@lennartjansson I haven't really looked into the relevant typedoc code but from browsing the compiler options docs it doesn't look like there were any array types prior to 2.0 |
Closed via #342 |
I need these tsconfig options to be able to run typedoc on my project without compiler errors, since I'm relying on path mapping using the
paths
option.If you think this is a relatively easy task, I may be able to write the PR myself. In this case, advice/guidance/pointers to the correct area of the code would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: