Options

All command line arguments that are passed in without a flag will be parsed as input files. Any options passed on the command line will override options set in a configuration file.

$ typedoc --out path/to/documentation/ path/to/typescript/project/index.ts

Configuration Options

Options which control what files TypeDoc reads.

Input Options

Options which control how input is converted into a project.

Output Options

Options which control TypeDoc's output.

Comment Options

Options which control how TypeDoc parses comments.

Organization Options

Validation Options

General Options