If `declarationMap` is set to `true` in tsconfig.json, typedoc fails with this error: ``` Error: Option 'declarationMap' cannot be specified without specifying option 'declaration'. ``` It seems like `declaration` is _unset_ by typedoc, but `declarationMap` is not.