We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24968d1 commit 1d9e8f2Copy full SHA for 1d9e8f2
README.md
@@ -75,7 +75,9 @@ in order to change the behaviour of TypeDoc.
75
Specify module code generation: "commonjs", "amd", "system" or "umd".
76
* `--target <ES3, ES5, or ES6>`<br>
77
Specify ECMAScript target version: "ES3" (default), "ES5" or "ES6"
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
+
81
#### Theming
82
* `--theme <default|minimal|path/to/theme>`<br>
83
Specify the path to the theme that should be used.
0 commit comments