diff --git a/lib/compiler/hooks/tsconfig-paths.hook.ts b/lib/compiler/hooks/tsconfig-paths.hook.ts index 0c951c6a6..f93486caa 100644 --- a/lib/compiler/hooks/tsconfig-paths.hook.ts +++ b/lib/compiler/hooks/tsconfig-paths.hook.ts @@ -55,7 +55,6 @@ export function tsconfigPathsBeforeHookFactory( ) : tsBinary.factory.updateImportDeclaration( node, - node.decorators, node.modifiers, node.importClause, moduleSpecifier, @@ -75,7 +74,6 @@ export function tsconfigPathsBeforeHookFactory( ) : tsBinary.factory.updateExportDeclaration( node, - node.decorators, node.modifiers, node.isTypeOnly, node.exportClause,