Skip to content

Commit 1d9e8f2

Browse files
chrsgrffthaciccarello
authored andcommitted
Add tsconfig argument and description to README (#734)
1 parent 24968d1 commit 1d9e8f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ in order to change the behaviour of TypeDoc.
7575
Specify module code generation: "commonjs", "amd", "system" or "umd".
7676
* `--target <ES3, ES5, or ES6>`<br>
7777
Specify ECMAScript target version: "ES3" (default), "ES5" or "ES6"
78-
78+
* `--tsconfig <path/to/tsconfig.json>`<br>
79+
Specify a typescript config file that should be loaded. If not specified TypeDoc will look for 'tsconfig.json' in the current directory.
80+
7981
#### Theming
8082
* `--theme <default|minimal|path/to/theme>`<br>
8183
Specify the path to the theme that should be used.

0 commit comments

Comments
 (0)