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
We use TS 2.0 globs to include source files. But it seems typedoc doesn't care of the include option in tsconfig - so that the generated doc is empty.
Below is an example of our tsconfig.json:
It also ignores the source directory I pass to the command (I could pass non-existing directory - and get no error). My command is: typedoc --out tsdocs ./lib --ignoreCompilerErrors --theme minimal
Is this a bug or not supported feature? Or am I doing something wrong?
Typedoc version: 0.5.1
The text was updated successfully, but these errors were encountered:
We use TS 2.0 globs to include source files. But it seems typedoc doesn't care of the
include
option in tsconfig - so that the generated doc is empty.Below is an example of our
tsconfig.json
:It also ignores the source directory I pass to the command (I could pass non-existing directory - and get no error). My command is:
typedoc --out tsdocs ./lib --ignoreCompilerErrors --theme minimal
Is this a bug or not supported feature? Or am I doing something wrong?
Typedoc version: 0.5.1
The text was updated successfully, but these errors were encountered: