diff --git a/src/deprecatedCompat/4.8/mergeDecoratorsAndModifiers.ts b/src/deprecatedCompat/4.8/mergeDecoratorsAndModifiers.ts index ba948c223293e..d6cdbf2969e1c 100644 --- a/src/deprecatedCompat/4.8/mergeDecoratorsAndModifiers.ts +++ b/src/deprecatedCompat/4.8/mergeDecoratorsAndModifiers.ts @@ -15,7 +15,7 @@ namespace ts { * const decorators = ts.canHaveDecorators(node) ? ts.getDecorators(node) : undefined; * ``` */ - readonly decorators: never; + readonly decorators?: undefined; /** * @deprecated `modifiers` has been removed from `Node` and moved to the `Node` subtypes that support them.