Skip to content

Commit 70d9e7b

Browse files
committed
remove @ts-ignore warning
1 parent c936089 commit 70d9e7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/harmony/versions/three-eight.ts

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ export function handler(context: TsTransformPathsContext, prop: string | symbol)
111111
dsNode.modifiers,
112112
dsExportClause,
113113
dsModuleSpecifier,
114-
// @ts-ignore - This was added in later versions of 3.x
115114
dsNode.isTypeOnly,
116115
);
117116
};

0 commit comments

Comments
 (0)