Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jul 16, 2023
1 parent af74f7c commit d3dd406
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions options/configuration.md
Expand Up @@ -104,7 +104,10 @@ TypeDoc provides its default configuration for extension in `typedoc/tsdoc.json`
Used to selectively override compiler options for generating documentation. TypeDoc parses code using the TypeScript compiler and will therefore behave similarly to tsc. Values set with this option
will override options read from `tsconfig.json`. See [#1891](https://github.com/TypeStrong/typedoc/pull/1891) for details.

This option may only be set within a config file.

```json
// typedoc.json
{
"compilerOptions": {
"strictNullChecks": false
Expand Down

0 comments on commit d3dd406

Please sign in to comment.