Replies: 2 comments 2 replies
-
Per the Node docs:
TypeDoc respects this, so it finds |
Beta Was this translation helpful? Give feedback.
-
Once fixed (thanks), I see a non making sense error log when running
Interesting things here are that:
Remember that, as said in comments above, I don't set |
Beta Was this translation helpful? Give feedback.
-
I'm writing a package whose "exports" field in
package.json
looks as follows:In
typedoc.config.mjs
I don't addentryPoints
since I expect Typedoc to read them from "exports" inpackage.json
. But it doesn't work:I've tried adding this in
tsconfig.json
in "compilerOptions" (because I've seen it somewhere):The result is the same as above.
Am I missing something? By reading the docs I think I'm doing it ok:
Beta Was this translation helpful? Give feedback.
All reactions