From d3dd4065b5c17da23983ae38db15a550db910451 Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sun, 16 Jul 2023 07:47:56 -0600 Subject: [PATCH] Update configuration.md --- options/configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/options/configuration.md b/options/configuration.md index 0809f303..78a27624 100644 --- a/options/configuration.md +++ b/options/configuration.md @@ -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