You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2019. It is now read-only.
I couldn't get TypeDoc ^0.5.0 to build with TS 2, because it doesn't seem that TypeDoc accepts the full suite of tsconfig options (like which built-in libs to use). I also didn't spend a bunch of time on it, since docs have been broken for a while.
You're right, typedoc 0.5.0 chokes on tsconfig TS2-specific options. For JLab, we don't use the tsconfig - we just let typedoc use default settings to generate docs for all of the .ts files. Apparently typedoc 0.5.1 will ignore TS2 options (see TypeStrong/typedoc#308). I haven't tested that yet, though.
I wonder if microsoft/TypeScript#13940 (slated for TS 2.3, I believe) will make it easier to have a documentation generator as a source code transformation.
I couldn't get TypeDoc
^0.5.0
to build with TS 2, because it doesn't seem that TypeDoc accepts the full suite of tsconfig options (like which built-in libs to use). I also didn't spend a bunch of time on it, since docs have been broken for a while.cc @blink1073
The text was updated successfully, but these errors were encountered: