-
Notifications
You must be signed in to change notification settings - Fork 17
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
plugin breaks in typedoc 0.14 #5
Comments
Hi, try to change tsconfig target to |
Hi, {
"compilerOptions": {
"module": "commonjs",
"target": "ESNext",
"jsx": "react",
"importHelpers": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true
}
} |
@csskevin Hi, i made fork with some changes, please try it. |
we've been using patch-package to avoid forking, although it's a bit grim: https://github.com/dwstech/muster/blob/develop/patches/typedoc-plugin-sourcefile-url%2B1.0.3.patch |
sorry. havn't had the time to look at it yet but hope to definitively address this with the next update in one to two weeks. |
Closes gdelmas#5 Related to TypeStrong/typedoc#943
when typedoc is updated to 0.14:
(above typed not copy-pasted fyi)
The text was updated successfully, but these errors were encountered: